This package has been deprecated

Author message:

Deprecated as the Myth project is no longer maintained.

grunt-myth

2.0.0 • Public • Published

Deprecated

Deprecated as the Myth project is no longer maintained.


grunt-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 grunt-myth

Usage

require('load-grunt-tasks')(grunt); // npm install --save-dev load-grunt-tasks
 
grunt.initConfig({
    myth: {
        options: {
            sourcemap: true
        },
        dist: {
            files: {
                'dist/app.css': 'src/app.css'
            }
        }
    }
});
 
grunt.registerTask('default', ['myth']);

Options

sourcemap

Type: boolean
Default: false

Embed a Source Map.

features

Type: object
Default: {}

Disable specific Myth features.

License

MIT © Sindre Sorhus

Dependents (0)

Package Sidebar

Install

npm i grunt-myth

Weekly Downloads

311

Version

2.0.0

License

MIT

Unpacked Size

3.43 kB

Total Files

4

Last publish

Collaborators

  • sindresorhus