Atom Sourcemap Plugin
What is this?
This lets you open any generated file that contains a source map (JS, CSS, or HTML, or others) and view the source files they were built from (if they contain a sourceMappingURL
comment)
What types of files does it work on?
It works on any file that has the string sourceMappingURL=
in it. This includes .css
, .js
, .html
files.