Open nalbion opened 11 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.
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
@nalbion is your example working? HOw can i test it?
No, I run a grunt serve/watch task now
@nalbion Absolutely, I'd be happy to take a pull request
Any updates on this?
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