use-init / init

INIT extends HTML5 Boilerplate, adds more structure for SCSS and JavaScripts files, includes build tasks and a whole lot more.
http://use-init.com/
MIT License
591 stars 69 forks source link

Removed obsolete sourcemapping option #122

Closed akselinurmio closed 10 years ago

akselinurmio commented 10 years ago

At the development parsing of Sass files, there is currently a sourcemap option given at grunt/options/sass.js.

Running "sass:dev" (sass) task
DEPRECATION WARNING: Passing --sourcemap without a value is deprecated.
Sourcemaps are now generated by default, so this flag has no effect.

I'd be happy to hear if there are any reasons why it is still given there. Anyway, I made a pull request about it.

drublic commented 10 years ago

Thanks for the change. We just didn't update it yet :) It's merged in 6d7cf5418adb9d11b4f924c0d633ec8d1830c0c2.