scotch / angular-brunch-seed

AngularJS + Brunch
Other
228 stars 78 forks source link

bootstrap.js won't be included into vender.js #56

Closed pokehanai closed 11 years ago

pokehanai commented 11 years ago

with brunch 1.5.3, vendor/bootstrap/docs/assets/js/bootstrap.js won't be included into vender.js while it is located under assets directory.

To fix it, I needed to modify config.coffee as below.

  conventions:
    assets: /^app\/assets\//