-
Notifications
You must be signed in to change notification settings - Fork 2
Config API
Pass these options as a second parameter in require('rupert-grunt')(grunt, config)
. All paths, unless otherwise noted, are from the root of your Gruntfile; that is, usually the root of your project. Unless noted, configuration properties are optional.
Required. The path to a JS file that exports your Rupert server. See plain/app.js for an example.
Override JSHint settings.
Path to JSHint configuration file. Default is .jshintrc
. The file must be valid JSON.
Additional JSHint file globs. Default glob is ['src/**/*.js', 'Gruntfile.js']
.
Override coffeelint settings.
Path to a coffeelint configuration file. Default is .coffeelintrc
. The file must be valid JSON.
Additional coffeelint file globs. Default glob is ['src/**/*.coffee', 'Gruntfile.coffee']
.
Additional files to pass to Karma.
Control writeClient
output.
Directory to write client files to. Default ./www
.
Additional files to request from the Rupert server.