grunt-steal

  • module
{Object}  

grunt-steal is a collection of Grunt tasks for building out projects that use StealJS.

Object

Properties

  1. build {steal-build}

    A task for building an application for production. Equivalent to using build.

  2. 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.

  3. 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.

Help us improve StealJS by taking our community survey