grunt-steal module {Object} grunt-steal is a collection of Grunt tasks for building out projects that use StealJS. Object Properties build {steal-build} A task for building an application for production. Equivalent to using build. export {steal-export} A task for exporting a project to another module format, for sharing with others who will use your project outside of StealJS. live-reload {steal-live-reload} A task for starting a [live-reload] server. Installation Use grunt-steal by first installing it as a development dependency: > npm install grunt-steal --save-dev Use In your Gruntfile.js load the tasks that grunt-steal provides in the same way you register any other Grunt tasks: grunt.loadNpmTasks("grunt-steal"); Then use one of the tasks provided in your Grunt configuration: steal-build, steal-export, and steal-live-reload.
Installation
Use grunt-steal by first installing it as a development dependency:
Use
In your Gruntfile.js load the tasks that grunt-steal provides in the same way you register any other Grunt tasks:
Then use one of the tasks provided in your Grunt configuration: steal-build, steal-export, and steal-live-reload.