kenhkan / angular-curve

The Smoothest AngularJS Boilerplate
MIT License
11 stars 1 forks source link

config: Keep js, css and others in seperate dirs #12

Closed ghost closed 10 years ago

ghost commented 10 years ago

Currently, brunch compiles everything in public/ This PR will compile:

  1. js files into public/js/
  2. templates files into public/js/
  3. css files into public/css/

I know it might sound a personal preference. But I never saw any project that put everything right under public. :)