gulp-rewrite-css
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -60,6 +60,6 @@ // Generated by CoffeeScript 1.12.3 | ||
if (typeof opt.adaptPath !== 'function') { | ||
throw new gutil.PluginError(PLUGIN_NAME, 'adaptPath method is mssing'); | ||
throw new gutil.PluginError(PLUGIN_NAME, 'adaptPath method is missing'); | ||
} | ||
if (!opt.destination) { | ||
throw new gutil.PluginError(PLUGIN_NAME, 'destination directory is mssing'); | ||
throw new gutil.PluginError(PLUGIN_NAME, 'destination directory is missing'); | ||
} | ||
@@ -66,0 +66,0 @@ mungePath = function(match, sourceFilePath, file) { |
@@ -54,3 +54,3 @@ { | ||
}, | ||
"version": "1.0.3" | ||
"version": "1.0.4" | ||
} |
#[gulp](https://github.com/gulpjs/gulp)-rewrite-css | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/joscha/gulp-rewrite-css.svg)](https://greenkeeper.io/) | ||
[![NPM version][npm-image]][npm-url] | ||
@@ -43,3 +45,3 @@ [![Build Status][travis-image]][travis-url] | ||
## License | ||
MIT (c) 2016 Joscha Feth <joscha@feth.com> | ||
MIT (c) 2017 Joscha Feth <joscha@feth.com> | ||
@@ -46,0 +48,0 @@ [npm-url]: https://npmjs.org/package/gulp-rewrite-css |
9880
62