New issue 331 by msgilli...@gmail.com: Use LESS CSS for creating iUI CSS
stylesheets
http://code.google.com/p/iui/issues/detail?id=331
Use lesscss.js to generate iUI and theme CSS stylesheets. This will make
it much easier for the development team to maintain multiple stylesheets
and for end users to customize them.
iUI should support all 3 ways of generating CSS from LESS:
1) Command-line tool as part of the iUI build
2) Client-side conversion using lesscss.js
3) Server-side conversion for localhost test server during development
Comment #2 on issue 331 by msgilli...@gmail.com: Use LESS CSS for creating
iUI CSS stylesheets
http://code.google.com/p/iui/issues/detail?id=331
Here's a proof-of-concept for method #1 (command-line generation):
http://code.google.com/r/msgilligan-iui-dev/source/detail?r=589f247407542c3dba9098c5082a983e6e880083
Checkout out the above revision and use:
./gradlew lessCompile
to generate CSS output files in the following locations:
target/<iui-version>/web-app/iui/iui-from-less.css
and
target/<iui-version>/web-app/iui/t/default/default-theme-from-less.css