1.0.1 • Published 9 years ago

mako-sourcemaps v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

mako-sourcemaps

A plugin for working with source maps.

npm version npm dependencies npm dev dependencies

Purpose

  • converts file.sourceMap to either an inline comment or an external file (as file.path + '.map')
  • allows prior plugins to only care about the raw file.sourceMap object

API

sourcemaps(extensions, options)

Create a new plugin instance, with the following options available:

  • inline set this as true to output inline source maps
  • spaces set this to a number to pretty-print the map JSON with spaces

NOTE: by including this plugin, source maps are assumed to be on. (unlike other plugins, which use the true/false/'inline' paradigm) If you don't want source maps enabled, exclude this plugin.

1.0.1

9 years ago

1.0.0

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.5

9 years ago

0.4.4

10 years ago

0.4.3

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago