All Projects → sindresorhus → Grunt Myth

sindresorhus / Grunt Myth

Licence: mit
Myth - Postprocessor that polyfills CSS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Grunt Myth

Gulp Traceur
Traceur is a JavaScript.next to JavaScript-of-today compiler
Stars: ✭ 172 (+145.71%)
Mutual labels:  deprecated, npm-package
npmlint
[DEPRECATED] Lint your npm package
Stars: ✭ 57 (-18.57%)
Mutual labels:  npm-package, deprecated
is-safe-integer
ES2015 Number.isSafeInteger() ponyfill
Stars: ✭ 16 (-77.14%)
Mutual labels:  npm-package, deprecated
Anatine
[DEPRECATED] 🐦 Pristine Twitter app
Stars: ✭ 1,102 (+1474.29%)
Mutual labels:  deprecated
Packagephobia
⚖️ Find the cost of adding a new dependency to your project
Stars: ✭ 1,110 (+1485.71%)
Mutual labels:  npm-package
Dashboard Extension Online Map Item
⛔ DEPRECATED. This project was moved to a new repository. Visit https://github.com/DevExpress/dashboard-extensions to find an updated version.
Stars: ✭ 65 (-7.14%)
Mutual labels:  deprecated
Awesome Npm Packages
🚀 A collection of awesome npm packages for Noders.
Stars: ✭ 69 (-1.43%)
Mutual labels:  npm-package
String Hash
Get the hash of a string
Stars: ✭ 56 (-20%)
Mutual labels:  npm-package
Onedrive Fuse Fs
Script to mount Microsoft OneDrive (formerly known as SkyDrive) folder as a FUSE filesystem
Stars: ✭ 68 (-2.86%)
Mutual labels:  deprecated
Bitwise
🔟 JavaScript/TypeScript library to manipulate bits, nibbles, bytes, and buffers.
Stars: ✭ 64 (-8.57%)
Mutual labels:  npm-package
Dashboard Extension Webpage Item
⛔ DEPRECATED. This project was moved to a new repository. Visit https://github.com/DevExpress/dashboard-extensions to find an updated version.
Stars: ✭ 62 (-11.43%)
Mutual labels:  deprecated
Mongoose Update If Current
Optimistic concurrency (OCC) plugin for mongoose.
Stars: ✭ 61 (-12.86%)
Mutual labels:  npm-package
Mnemonic Words
List of words for making random mnemonic sentences
Stars: ✭ 66 (-5.71%)
Mutual labels:  npm-package
Cli Mandelbrot
📦 View the Mandelbrot set from your terminal
Stars: ✭ 59 (-15.71%)
Mutual labels:  npm-package
Django Cache Url
DEPRECATED | Use Cache URLs in your Django Application
Stars: ✭ 68 (-2.86%)
Mutual labels:  deprecated
Notifier For Github Firefox
[DEPRECATED] Firefox extension - Displays your GitHub notifications unread count
Stars: ✭ 58 (-17.14%)
Mutual labels:  deprecated
Package.json
文件 package.json 的说明文档。
Stars: ✭ 67 (-4.29%)
Mutual labels:  npm-package
Use Reducer X
🔩 An alternative to useReducer that accepts middlewares.
Stars: ✭ 62 (-11.43%)
Mutual labels:  npm-package
Twoot
An open source light-weight OS X twitter client based on jQuery and Fluid (deprecated!)
Stars: ✭ 61 (-12.86%)
Mutual labels:  deprecated
Conductor
Conductor makes it easy to mange multiple composer packages within a single source repository
Stars: ✭ 64 (-8.57%)
Mutual labels:  deprecated

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].