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

How can I create source maps? #2

Open
PiNotEqual3 opened this issue Oct 30, 2013 · 1 comment
Open

How can I create source maps? #2

PiNotEqual3 opened this issue Oct 30, 2013 · 1 comment

Comments

@PiNotEqual3
Copy link

From what I read about it, I need to add -sass-debug-info but I am not sure.

See less/less.js#1038

Or maybe --source-map --source-map-basepath?

node_modules/less/bin/lessc --source-map --source-map-basepath="`pwd`"/web --source-map-rootpath=/ --strict-imports web/assets/site/css/bootstrap/bootstrap-full.less web/assets/site/css/bootstrap/bootstrap-full.css

See less/less.js#1050

Mainly I need to define custom parameters for lessc

@Remo
Copy link

Remo commented Apr 27, 2014

lessy doesn't use lessc, but rather lessphp, which unfortunately doesn't support source maps leafo/lessphp#531
unless someone adds sourcemap support, you'll be out of luck. you could add support for lessc to lessy, but I'm not sure such a dependency is the way to go..

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