acdvorak / intellij-lessc-plugin

LESS CSS compiler plugin for the JetBrains IntelliJ platform (IntelliJ IDEA 11+, PhpStorm 5+, WebStorm 5+, RubyMine 4.5+)
http://plugins.jetbrains.com/plugin?pr=&pluginId=7059
75 stars 26 forks source link

Allow generation of source maps #56

Open nalbion opened 11 years ago

nalbion commented 11 years ago

less.js 1.5.0 will have support for source map generation. It's already implemented, just waiting for the next release.

https://github.com/less/less.js/issues/1050

acdvorak commented 10 years ago

I would love to implement this feature, but doing so would require a total rewrite of the plugin. See my comments on #53.

nalbion commented 10 years ago

If it's any help, I started modifying your plugin to support source maps. ...I got as far as modifying the LessProfile and forms but the functionality wasn't supported in Less.js at the time.

https://github.com/nalbion/intellij-lessc-plugin/commit/5a3ecc5c95318b457acecd883312ccaf0798483f

e-belair commented 10 years ago

@nalbion is your example working? HOw can i test it?

nalbion commented 10 years ago

No, I run a grunt serve/watch task now

acdvorak commented 10 years ago

@nalbion Absolutely, I'd be happy to take a pull request

VRspace4 commented 8 years ago

Any updates on this?