Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to convert 1 less file to multiple css files #58

Closed
ghost opened this issue Feb 4, 2013 · 3 comments
Closed

Ability to convert 1 less file to multiple css files #58

ghost opened this issue Feb 4, 2013 · 3 comments
Labels

Comments

@ghost
Copy link

ghost commented Feb 4, 2013

I would like the ability to convert a less file to a minified and a non-minified version.

The way I do this now is have 2 files:
style.less => style.css (non-minified)
style.min.less => style.min.css (minified)
And in the style.min.less I just have:
@import "style.less";
This works, but requires all these extra .min.less files.

So would be cool to have this be done automagically by WinLess.

@ruslanurban
Copy link

+1

@ghost
Copy link
Author

ghost commented May 4, 2014

bump...

@marklagendijk
Copy link
Owner

Closing all issues.
WinLess 1.x is now in maintenance mode. This means that at this time no feature requests will be accepted. Bug reports are still welcome, but all current issues are closed to make sure that the open issues are only about current bugs.

WinLess 2.x is a rewrite of WinLess using node-webkit. The development of WinLess 2.0 can be followed here. Most of the work is done, however, since my priorities have shifted it is now not clear whether it will ever be finished. Feature requests will only be accepted after the 2.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants