sourcemap

Sourcemap Viewer for Atom

philschatz

819

2

0.1.0

MIT

GitHub

Atom Sourcemap Plugin

atom-sourcemap

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.

TODO