Closed mhulse closed 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.
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 toindex.min.html
(matchesstoops.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 usemin.html
?The point is, other build processes should use the non-min code and/or the source LESS files.