- Allow browser to cache compiled CSS (compiled_styles.css) while portal_less is not in debug mode [laulaz]
- Updated Spanish translation [macagua]
- Updated Gettext files [macagua]
- Added more keywords and strings classifiers items and updated others items for this package [macagua]
2.0.2
------------------
- Do not get cached lesscss if debugmode is checked in portal_less. [bsuttor]
2.0.1
------------------
- Always encode CSS string before LESS compilation to avoid errors [laulaz]
- Don't display info messages if compilation failed [laulaz]
2.0
----------------
- Use python package lesscpy directly instead of calling a script (8). This allows to get rid of Node.js in buildout for server-side compiling. [laulaz]
- Add (optional) minification of LESS files. Code is based on https://github.com/collective/collective.lesscss/pull/9 but uses lessc script directly (instead of cleancss) with compress option. [laulaz]
- Improve server-side compilation when there are references between files. We need to compile the resources all together because otherwise the compiler will fail on unknown variables references between files. [laulaz]
- Added Spanish translation [macagua]
- Added more improvements about i18n [macagua]
- Added Bash script for i18ndude [macagua]
1.3
----------------
- Update to nodejs v0.10.29 [seppeljordan]
- Reworked server-side compilation, should work with an registered LESS resource now [seppeljordan]