-
Notifications
You must be signed in to change notification settings - Fork 0
Support for Source map #3
Comments
This library is not responsible for compiling sources (and also generating source maps) ;-) It only wraps native compiler (see lesscss-compiler) and extends it (files cache and different protocols support). I think that you can generate source map by using compiler options - I will check this. If this is available, then I will try to prepare nice API for this :-) |
Unfortunately I found a bug related with source map when using rhino - less.js #2044. Fortunately I solve this problem ;-) You need to add compiler options:
example:
Probably I will rewrite lesscss-compiler to be more source map friendly and next apply those changes to this library. |
New API will be implemented in: |
Blocked by lesscss-compiler #3. |
Today I started working on Less Compiler 2.0.0. It will handle Source Maps. This library will be deprecated after release of Less Compiler 2.0.0, so I marked this bug as "Won't fix". See: |
Would be nice to have a source map to point where in the less file the code is from
The text was updated successfully, but these errors were encountered: