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
options: { cleancss: true, compress: true, rootpath: "/", sourceMap: true, sourceMapFilename: "bin/app.css.map", sourceMapURL: "/app.css.map", sourceMapBasepath: "/", // DOES NOTHING in contrib-less v0.9.0 outputSourceFiles: true }
The text was updated successfully, but these errors were encountered:
This is an issue with less, for which this library is a wrapper for, and, ultimately cleancss. See here and here.
less
cleancss
The solution, I'm afraid, is not using cleancss if you'd like to use source maps for now.
Sorry, something went wrong.
Ah, bummer, heh. Thanks for looking into this!
No problem :)
No branches or pull requests
The text was updated successfully, but these errors were encountered: