Closed chrisdrackett closed 10 years ago
I get the following in my grunt output:
DEPRECATION WARNING: Passing --sourcemap without a value is deprecated. Sourcemaps are now generated by default, so this flag has no effect.
Looks like this is getting rendered in the following format:
--sourcemap file
when it needs to be like:
--sourcemap=file
I get the following in my grunt output: