app.js 677 B

12345678910111213141516171819202122
  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. // Import dependencies
  10. //
  11. // If you no longer want to use a dependency, remember
  12. // to also remove its path from "config.paths.watched".
  13. import "phoenix_html"
  14. // Import local files
  15. //
  16. // Local files can be imported directly using relative
  17. // paths "./socket" or full ones "web/static/js/socket".
  18. // import socket from "./socket"