We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just run the sbt-less-plugin-tester, and you will find the generated foo.css don't have sourceMappingURL.
It's OK for 1.0.6.
The text was updated successfully, but these errors were encountered:
This is due to options.sourceMap.sourceMapUrl is missing when calling less
SourceMapUrl is required for map url inclusion by less.js https://github.com/less/less.js/blob/master/dist/less.js#L5151
Option is not available in https://github.com/sbt/sbt-less/blob/master/src/main/scala/com/typesafe/sbt/less/SbtLess.scala Option is not passed in https://github.com/sbt/sbt-less/blob/master/src/main/resources/lessc.js#L53
Sorry, something went wrong.
So, is there ANY hope this will get fixed soon?
I can't revert to 1.0.6, as far as I can tell the Typesafe -> Lightbend changeover earlier this year seems to have killed all older versions.
Maybe it has to do with an upgraded version of Scala.
If you provde a pull request I am very happy to review, merge and release a new version.
No branches or pull requests
Just run the sbt-less-plugin-tester, and you will find the generated foo.css don't have sourceMappingURL.
It's OK for 1.0.6.
The text was updated successfully, but these errors were encountered: