scotch / angular-brunch-seed

AngularJS + Brunch
Other
228 stars 78 forks source link

not able to load extra scripts in config.coffee #54

Closed mwagena closed 10 years ago

mwagena commented 11 years ago

Seems like it's skipping the extra files added in the vendor directory

kylefinley commented 11 years ago

@mwagena,

Thanks for reporting this. I believe what you are experiencing is due to the switch to Bower. There were some unintended consequences of this change, we are working to get them sorted out. In the mean time could you move the scripts to the app directory, or create a Bower package for the files? I'll update this issue when the problem is resolved.

Kyle

mwagena commented 11 years ago

@kylefinley Thanks for your reaction, for now i'm using a older build of the repo. Seeing forward to an updated version!

nathanredblur commented 11 years ago

You can try this. Put your js file in a folder on Vendor, then run this command : bower init

kylefinley commented 10 years ago

Commit 4cffcba08874a5b101fb0ffd9b85f63576804ff6 (v0.4.0) adds native bower support, and moves bower components to bower_components so the old vendor settings should work now.

Please let me know if your still having problems after you upgrade.