gruntjs / grunt-contrib-sass

Compile Sass to CSS.
http://gruntjs.com/
MIT License
848 stars 141 forks source link

Sass Sourcemap #246

Open oneelmaharzan opened 6 years ago

oneelmaharzan commented 6 years ago

Hello all, Can anyone help me out for showing grunt sass sourcemap.I had figure out that sass sourcemap only works when it is ni root file but how to show the sass sourcemap in browser if the scss file is not in root file.

How to change or add custom path in following

Grunt Sass Generated: /# sourceMappingURL=assets/css/style.css.map /

I want like this: /# sourceMappingURL=D:/wamp/www/foldername/foldername/wp-content/plugins/foldername/assets/css/style.css.map /