This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

grunt-vanilli

1.0.1 • Public • Published

grunt-vanilli

Build Status

IMPORTANT: As of vanilli 3.x, this plugin is deprecated. Vanilli itself now provides its own javascript API that includes functions for managing the lifecycle of vanilli.

Grunt plugin for starting/stopping vanilli.

Usage

Installation:

npm install grunt-vanilli --save-dev

The plugin allows:

  • Specification of the configuration for vanilli (see that project for configuration options).
  • Starting vanilli with vanilli:start.
  • Stopping vanilli with vanilli:stop.

Example

vanilli: {
    options: {
        port: 14000,
        logLevel: "debug"
    }
}
...
grunt.loadNpmTasks('grunt-vanilli');
...
grunt.registerTask('test', ['vanilli:start', 'testmystuff', 'vanilli:stop' ]);

Readme

Keywords

none

Package Sidebar

Install

npm i grunt-vanilli

Weekly Downloads

1

Version

1.0.1

License

none

Last publish

Collaborators

  • kelveden