2.1.0 • Published 2 years ago

grunt-steal v2.1.0

Weekly downloads
469
License
MIT
Repository
github
Last release
2 years ago

grunt-steal

Build Status

Grunt tasks for StealJS.

Install

npm install grunt-steal --save-dev

API

{Object}

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

Object

steal-build {Object}

The steal-build options object's values.

Object

steal-export {Object}

A Grunt multi task that loads modules, and writes them out in different formats.

Object

  • tasks {Object\<String,steal-tools.export.object>}: An object with task names as keys, and exportObjects as values.

    grunt.initConfig({
      "steal-export": {
        taskName1: { ExportObject1 },
        taskName2: { ExportObject2 }
      }
    });

    Each steal-tools.export.object specifies:

    • A steal object that specifies the modules to be loaded.
    • An options object that specifies any special loading behavior, like turning logging.
    • An outputs object that specifies how the modules should be written out.

    grunt.initConfig({
      "steal-export": {
        taskName: {
          steal : { .. },
          options: { .. },
          outputs: { .. }
        }
      }
    });

steal-live-reload {Object}

The steal-live-reload options object's values.

Object

License

MIT

2.1.0

2 years ago

2.1.0-pre.0

3 years ago

2.0.0

5 years ago

1.0.0

7 years ago

1.0.0-rc.1

7 years ago

0.3.0-beta.0

8 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago