Initial commit: there's still tons of base Phoenix boilerplate to remove, but the...
[tech-radar-editor.git] / web / static / js / app.js
1 // Brunch automatically concatenates all files in your
2 // watched paths. Those paths can be configured at
3 // config.paths.watched in "brunch-config.js".
4 //
5 // However, those files will only be executed if
6 // explicitly imported. The only exception are files
7 // in vendor, which are never wrapped in imports and
8 // therefore are always executed.
9
10 // Import dependencies
11 //
12 // If you no longer want to use a dependency, remember
13 // to also remove its path from "config.paths.watched".
14 import "phoenix_html"
15
16 // Import local files
17 //
18 // Local files can be imported directly using relative
19 // paths "./socket" or full ones "web/static/js/socket".
20
21 // import socket from "./socket"