0
votes
2answers
123 views

Add a javascript library to angular-brunch-seed

I clone angular-bunch-seed on my computer https://github.com/scotch/angular-brunch-seed And I want to add breezejs to my project http://learn.breezejs.com/ I copied the breeze libraries into my ...
0
votes
0answers
35 views

ENOTEMPTY error when creating project with skeleton on Brunch

I'm on windows...when I create a project with brunch new projectname it works, but when I specify a skeleton I get this error: c:\xampp-portable\htdocs>brunch new marionette --skeleton ...
0
votes
1answer
75 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. ...