Skip to content

add create_css_source_maps param to create css source maps on compiling ...#83

Merged
mattseymour merged 1 commit into
timdouglas:masterfrom
abstract-open-solutions:master
Aug 24, 2015
Merged

add create_css_source_maps param to create css source maps on compiling ...#83
mattseymour merged 1 commit into
timdouglas:masterfrom
abstract-open-solutions:master

Conversation

@gborelli
Copy link
Copy Markdown
Contributor

@gborelli gborelli commented Feb 6, 2014

I've added an option to less2css' settings to support 'css source maps'
see also: #74

@gino8080
Copy link
Copy Markdown

+1

3 similar comments
@aanton
Copy link
Copy Markdown

aanton commented Mar 18, 2014

+1

@valentinaB
Copy link
Copy Markdown

+1

@jx12345
Copy link
Copy Markdown

jx12345 commented Mar 28, 2014

+1

@mcnesium
Copy link
Copy Markdown

mcnesium commented May 9, 2014

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.

@chiefjester
Copy link
Copy Markdown

+1 here

ifcanduela added a commit to ifcanduela/sublime-less2css that referenced this pull request Nov 4, 2014
@samuelg0rd0n
Copy link
Copy Markdown

I'm sorry but is this feature already integrated? I tried both create_css_source_maps and createCssSourceMaps but no map was generated :-(

@kallewangstedt
Copy link
Copy Markdown

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.

@gplusdotgr
Copy link
Copy Markdown

Can someone fix this please?

@pascaliske
Copy link
Copy Markdown
Contributor

The sourcemap setting is already added!
Here is my settings file:
[https://www.dropbox.com/s/7t4z3vfojz2xsv4/less2css.sublime-settings?dl=0](Settings-file Dropbox)

@pascaliske
Copy link
Copy Markdown
Contributor

The Link is broken I think.. Here is the file:

{
"minName": true,
"main_file": "main.less",
"ignorePrefixedFiles": true,
"createCssSourceMaps": true
}

auto create sourcemap file
@mattseymour mattseymour merged commit 9b1a4a2 into timdouglas:master Aug 24, 2015
@mattseymour
Copy link
Copy Markdown
Collaborator

This feature has been added into master

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 this pull request may close these issues.