gruntjs / gruntjs.com

Grunt's Website
https://gruntjs.com
Other
155 stars 83 forks source link

Enable sourcemaps. #187

Closed XhmikosR closed 7 years ago

XhmikosR commented 8 years ago

Note that the less plugin outputs wrong path for the sourcemap.

@vladikoff: don't merge this yet; it's a good opportunity to fix the sourcemap issue in grunt-contrib-less.

Currently, I get /*# sourceMappingURL=build/css/main.css.map */ which is wrong since the sourcemap is in the same folder as the css file.

XhmikosR commented 8 years ago

With https://github.com/gruntjs/grunt-contrib-less/pull/322 sourcemaps for CSS work.

XhmikosR commented 7 years ago

@vladikoff: this works fine now. Do you have any objections to merging this?

vladikoff commented 7 years ago

Yay!