Skip to content
New issue

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

soucemaps url not appearing in css file? #133

Closed
stevenvachon opened this issue Jan 22, 2014 · 3 comments
Closed

soucemaps url not appearing in css file? #133

stevenvachon opened this issue Jan 22, 2014 · 3 comments

Comments

@stevenvachon
Copy link
Contributor

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
}
@jamesplease
Copy link
Member

This is an issue with less, for which this library is a wrapper for, and, ultimately cleancss. See here and here.

The solution, I'm afraid, is not using cleancss if you'd like to use source maps for now.

@stevenvachon
Copy link
Contributor Author

Ah, bummer, heh. Thanks for looking into this!

@jamesplease
Copy link
Member

No problem :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants