grunt-jspm

0.1.1 • Public • Published

grunt-jspm

Install

$ npm install --save-dev grunt-jspm

Usage

grunt.initConfig({
    // ...
	jspm: {
		options: {
			sfx: true,
            minify: true,
            mangle: true
		},
		dist: {
			files: {
				"js/app.js": "build/js/app.js"
			}
		}
	}
    // ...
});

Options

sfx

Default: true

Creates a single self-executing bundle for a module.

minify

Default: true

Use minification, defaults to true.

mangle

Default: true

Use mangling with minification, defaults to true

License

MIT © Small Hadron Collider

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    6
  • 0.1.0
    0

Package Sidebar

Install

npm i grunt-jspm

Weekly Downloads

6

Version

0.1.1

License

MIT

Last publish

Collaborators

  • smallhadroncollider