I use CoffeeScript Redux zu generate .js and .js.map files. But coffee does not add the "sourceMappingURL" to the js file.
CoffeeScript 1.6.2 does this via the -m param. How can i make CoffeScript 2.0 to link the .map file?
According to the source code, this should happen if you pass --source-map-file. If it does not, this is probably a bug.