mhulse / rex

On, Wildfire, on!
http://mhulse.github.io/rex/demo/
Apache License 2.0
4 stars 0 forks source link

Move generated CSS to "/rex/css" folder? #122

Closed mhulse closed 10 years ago

mhulse commented 11 years ago

https://github.com/mhulse/rex/tree/gh-pages/rex

Since I have "scss" in its own folder. Might make sense from an organizational perspective to make this change.

It would also suit Bower installs a tad better (at least, based on my experience using grunt-bower-task):

{
  "name": "simple-bower",
  "version": "0.0.0",
  "dependencies": {
    "normalize-css": "2.1.3",
    "rex": "https://github.com/mhulse/rex.git"
  },
  "exportsOverride": {
    "rex": {
      "scss": "rex/scss/",
      "css": "rex/*.css"
    }
  }
}
mhulse commented 10 years ago

Not right now. The project is about the CSS anyway, so it makes sense to keep the generated CSS at the root of the /rex folder.