Tagged Questions
0
votes
1answer
299 views
create a custom JS directory in brunch.io
In brunch.io, the application contains two directories that get compiled. These are controlled in your brunch config file, like so:
javascripts:
defaultExtension: 'coffee'
joinTo:
...