meteoric / meteor-ionic

Ionic components for Meteor. No Angular!
http://meteoric.github.io
MIT License
1.51k stars 219 forks source link

way to enable SCSS sourcemaps for easier Chrome Debugging? #309

Open akhatri opened 9 years ago

akhatri commented 9 years ago

Just a quick question if anyone knows how to add or enable SCSS sourcemaps that allow line numbers and comments when debugging SCSS via Chrome Dev tools.

I've got a bunch of SCSS files which gets compiled to CSS. However, it's getting a bit difficult to trace the actual location of the line of code when debugging via Chrome Dev tools. Compass has this feature which I have used before so was wondering if this option is possible with a meteor ionic project?

jorjordandan commented 8 years ago

Hmm good question. The question actually probably belongs at the meteoric:ionic-sass github repo since that's where the scss files come from. This repo doesn't include the actual scss files. Maybe repost the question there...