add create_css_source_maps param to create css source maps on compiling ...#83
Conversation
|
+1 |
3 similar comments
|
+1 |
|
+1 |
|
+1 |
|
While we wait for the pull request being integrated, I patched the plugin myself using this explanation. Just copypasted the raw file into the original one and added the option to my user settings file. |
|
+1 here |
|
I'm sorry but is this feature already integrated? I tried both create_css_source_maps and createCssSourceMaps but no map was generated :-( |
|
This is very useful but has a limitation in the current implementation. If all less files are in a different folder than the output css file, the map path to the less file will be incorrect. |
|
Can someone fix this please? |
|
The sourcemap setting is already added! |
|
The Link is broken I think.. Here is the file: { |
auto create sourcemap file
|
This feature has been added into master |
I've added an option to less2css' settings to support 'css source maps'
see also: #74