Closed patternleaf closed 12 years ago
did a pass converting style-new.css to broken out less files. still needs logic for development/production (including css rather than less) and currently everything is imported in bulk rather than being included when needed.
closing this.
from Geoff:
Check out https://github.com/PitonFoundation/atlas/blob/develop/apps/storybase_story/templates/storybase_story/story_builder.html#L30 for an example of a pattern to dynamically include the LESS scripts in the development server and use the compiled CSS files for production. This lets you see your changes as you edit the LESS files without having to recompile each time.
My really quick and dirty build script for the LESS files is in scripts/buildless