lasso-js / lasso-less

Lasso.js plugin to support compilation of less dependencies
7 stars 10 forks source link

Order not maintained if CSS and less files are intermingled #15

Closed senthilp closed 8 years ago

senthilp commented 8 years ago

Currently if an application has a CSS file, followed by a less file in browser.json, the CSS file is inserted after all the less files included in the stylesheet. This breaks ordering.

patrick-steele-idem commented 8 years ago

New version published: lasso-less@2.2.0

See updated docs: https://github.com/lasso-js/lasso-less#configuration

Specifically, you will need to set extensions to ['less', 'css'] if you want order to be maintained

Please let me know if you see any issues.

patrick-steele-idem commented 8 years ago

Things are still broken when bundling is disabled. Reopening the issue.

patrick-steele-idem commented 8 years ago

Fixed. New version published: lasso-less@2.2.1