berfarah / LESS-build-sublime

Less build sytem for Sublime Text 2
Apache License 2.0
91 stars 14 forks source link

Build does not minify #16

Closed AntJanus closed 12 years ago

AntJanus commented 12 years ago

The minified LESS build is not an option in the build menu while the regular build is. The compiler does successfully compile .LESS files but it does not minify. There are no other less plugins included.

Any idea what could be causing this? or did I miss a step in the instructions?

bishless commented 12 years ago

Apparently, you now have to hit Ctrl + Shift + P... then choose Build: Minify.

berfarah commented 12 years ago

You can minify through the commands menu- I'll look into improving the wording to make it more search able Sent from my mobile On Aug 9, 2012 2:34 PM, "Antonin Januska" notifications@github.com wrote:

The minified LESS build is not an option in the build menu while the regular build is. The compiler does successfully compile .LESS files but it does not minify. There are no other less plugins included.

Any idea what could be causing this? or did I miss a step in the instructions?

— Reply to this email directly or view it on GitHubhttps://github.com/berfarah/LESS-build-sublime/issues/16.

AntJanus commented 12 years ago

Ahhh, okay. :) Yeah, if you can include it in the readme, that'd be great. I was trying to figure it out for a good bit.

Thanks!

berfarah commented 12 years ago

Sorry about that, I've had little tine to dedicate to this project and another user has picked up my slack in terms of making this a better plugin, but I certainly can add this to the readme :)

Bernardo Farah Sent from my mobile On Aug 9, 2012 2:55 PM, "Antonin Januska" notifications@github.com wrote:

Ahhh, okay. :) Yeah, if you can include it in the readme, that'd be great. I was trying to figure it out for a good bit.

Thanks!

— Reply to this email directly or view it on GitHubhttps://github.com/berfarah/LESS-build-sublime/issues/16#issuecomment-7625103.

AntJanus commented 12 years ago

Thanks! I really love the package btw. I use it all the time :)

thomfoolery commented 12 years ago

Is there a way to setup a key mapping for the build minify command?

ghost commented 10 years ago

I am on need of the key mapping for minify too, I was using sublime text 2 on Windows and it was all ok, but now I am on Ubuntu 13.10 with sublime text 3 and I am having difficulty with this...