SomMeri / less4j

Less language is an extension of css and less4j compiles it into regular css. Less adds several dynamic features into css: variables, expressions, nested rules, and so on. Less was designed to be compatible with css and any correct css file is also correct less file.
145 stars 47 forks source link

Cache parsed imported files - they are parsed repeatedly which is slow #296

Closed SomMeri closed 9 years ago

SomMeri commented 9 years ago

It seem to be problem in compiling Semantic-UI-LESS. The same file is imported many times and compilation is too long afterwards.

SomMeri commented 9 years ago

File caching was done. Also, parser was improved.