Open toddca opened 9 years ago
I just ran into this too. I think it's because the sources file paths include back slashes instead of forward slashes. The backslashes and following characters are interpreted as invalid escape characters by the JSON parser.
I've also noticed this - using it to serve .less files - quite frustrating.
@madskristensen - any updates on this?
Using the bundling and minify feature I cannot get the resulting map files to validate properly using http://sourcemap-validator.herokuapp.com/ Anyone have any suggestions or is there a way to replace the minification process with UglifyJs?