This package has been deprecated

Author message:

Deprecated as the Myth project is no longer maintained.

gulp-myth

2.0.0 • Public • Published

Deprecated

Deprecated as the Myth project is no longer maintained.


gulp-myth Build Status

Myth - Postprocessor that polyfills CSS

Issues with the output should be reported on the Myth issue tracker.

Install

$ npm install --save-dev gulp-myth

Usage

var gulp = require('gulp');
var myth = require('gulp-myth');
 
gulp.task('default', function () {
    return gulp.src('src/app.css')
        .pipe(myth())
        .pipe(gulp.dest('dist'));
});

API

myth(options)

options.sourcemap

Type: boolean Default: false

Embed a Source Map.

options.browsers

Type: array

Browsers and versions to support.

License

MIT © Sindre Sorhus

/gulp-myth/

    Package Sidebar

    Install

    npm i gulp-myth

    Weekly Downloads

    50

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    3.55 kB

    Total Files

    4

    Last publish

    Collaborators

    • sindresorhus