I don't want a sourcemap to be generated when I use the SCSS filewatcher in PHPStorm 8.0.3.
Previously I used Ruby 2.0 and sent the enviroment variable sourcemap
= none
, but that doesn't work on my new development environment.
The only thing that's different between this PC and my old one is that I use Ruby 2.1, so maybe that's part of the reason?
I've tried sourcemap
= false
and "sourcemap=none"
= true
, but had no luck with either.