Package Exports
- ext-map
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ext-map) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ext-map 
just an object that maps
srcfile extensions todestfile extensions as key/value pairs (e.g.{'.less': '.css'}). Useful for dynamically rewriting paths in tasks/plugins. pull requests welcome.
Install with npm
npm i ext-map --saveRun tests
npm testUsage
var exts = require('ext-map');Mapped extensions
Pull requests to add mappings would be appreciated.
HTML
.md: =>.html.hbs: =>.html.slim: =>.html.swig: =>.html.tmpl: =>.html.html: =>.html.htm: =>.html
css
.less: =>.css.styl: =>.css.sass: =>.css.scss: =>.css.css: =>.css
js
.coffee: =>.js.ls: =>.js.ts: =>.js.js: =>.js
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Author
Jon Schlinkert
License
Copyright (c) 2014-2015 Jon Schlinkert
Released under the MIT license
This file was generated by verb on January 15, 2015.