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

Output also a source map #10

Closed
Ciantic opened this issue Jan 26, 2014 · 3 comments · Fixed by #20
Closed

Output also a source map #10

Ciantic opened this issue Jan 26, 2014 · 3 comments · Fixed by #20

Comments

@Ciantic
Copy link

Ciantic commented Jan 26, 2014

I'd like to output source map file also. Preferably so that if I use switch -e .css then the map file is automatically .css.map.

@jgreene
Copy link
Owner

jgreene commented Jan 19, 2015

This shouldn't be difficult to implement and I would happily accept a pull request. http://lesscss.org/usage/ mentions the apis that would need be used.

@giiska
Copy link

giiska commented Sep 29, 2015

Is there anyone would like to do this?

layerssss added a commit to layerssss/watch-less that referenced this issue Jul 14, 2016
jgreene added a commit that referenced this issue Jul 21, 2016
Output also a source map, fixed #10
@Ciantic
Copy link
Author

Ciantic commented Jul 22, 2016

I'm btw using this myself these days:

watch-run -p "*/.less" "lessc --verbose --source-map --glob style.less style.css"

On windows. It works well enough for me. See watch-run

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

Successfully merging a pull request may close this issue.

3 participants