teamcfadvance / cfstatic

CfStatic is a framework for managing the inclusion and packaging of CSS and JavaScript in CFML applications.
https://teamcfadvance.github.io/cfstatic
MIT License
102 stars 35 forks source link

Compilation should fail on any error. #75

Closed oliverjanik closed 11 years ago

oliverjanik commented 11 years ago

Currently the compilation happily outputs css up to the point of parsing error and lessc returns exit code 0. Wouldn't it be better to be more strict and fail early?

oliverjanik commented 11 years ago

Sorry, I meant to report this to less.js itself.