Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.
/ grunt-myth Public archive

Myth - Postprocessor that polyfills CSS

License

Notifications You must be signed in to change notification settings

sindresorhus/grunt-myth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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