Tagged Questions
0
votes
1answer
77 views
Should Brunch.io build tool copy hidden files?
I've started using Brunch:
http://brunch.io
to build my javascript based application. I'm using Backbone.js which needs a .htaccess file in place in order to handle routing with HTML5 pushState.
...