kenhkan / angular-curve

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

Config: Moved scripts and styles into js/ and css/ dirs under public #13

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. :)

kenhkan commented 10 years ago

How public/ is structured doesn't really matter to me so I would merge the PR, though I think you've been branching in series so there's changes in bower.json that belongs to another issue. Either remove that part in your branch or we can discuss and settle on the other issue before coming back to this one.

Also, you must update the main section in bower.json to reflect the change in file structure; otherwise, you can't write Angular modules as individual repos on angular-curve.

ghost commented 10 years ago

Okay, I did the following:

  1. Reverted bower.json to what it was and...
  2. Updated main as you suggested.
kenhkan commented 10 years ago

Cool. Thanks. :)