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 --save
var exts = require('ext-map');
Pull requests to add mappings would be appreciated.
HTML
.md: => .html.hbs: => .html.slim: => .html.swig: => .html.tmpl: => .html.html: => .html.htm: => .htmlcss
.less: => .css.styl: => .css.sass: => .css.scss: => .css.css: => .cssjs
.coffee: => .js.ls: => .js.ts: => .js.js: => .jsInstall dev dependencies:
npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Jon Schlinkert
Copyright (c) 2014-2015 Jon Schlinkert Released under the MIT license.
This file was generated by verb-cli on May 04, 2015.[assemble]: http://assemble.io [template]: https://github.com/jonschlinkert/template [verb]: https://github.com/assemble/verb