2.0.0 • Published 5 years ago

grunt-myth v2.0.0

Weekly downloads
166
License
MIT
Repository
github
Last release
5 years ago

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

2.0.0

5 years ago

1.1.0

8 years ago

1.0.1

9 years ago

1.0.0

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago