mhulse / rex

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

Move dev files ... #58

Closed mhulse closed 11 years ago

mhulse commented 11 years ago

The only difference between dev and prod builds is the minification. I propose moving dev css/HTML into root level stoops folder and rename prod html file to index.min.html (matches stoops.min.css).

Doing this would allow me to de-clutter the build folder and my bower.json could easily point to the non-min version of the css via its "main" setting.

Note: Not a huge fan of using index.min for a file name considering its not actually an "index" file. Maybe just use min.html?

The point is, other build processes should use the non-min code and/or the source LESS files.

mhulse commented 11 years ago

Here's a thought:

Rename /stoops to /demo. By doing so, this means I don't have to worry as much about anyone considering the preprocessed code is for direct use (it could be though).

New mission: The goal of this repo is to allow one to install with bower and use the files from the /source folder directly.