Deprecated as the Myth project is no longer maintained.
Myth - Postprocessor that polyfills CSS
Issues with the output should be reported on the Myth issue tracker.
$ npm install --save-dev grunt-myth
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']);
Type: boolean
Default: false
Embed a Source Map.
Type: object
Default: {}
Disable specific Myth features.
MIT © Sindre Sorhus