1.0.1 • Published 11 years ago

grunt-vanilli v1.0.1

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

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' ]);
1.0.2

9 years ago

1.0.1

11 years ago

1.0.0

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago