grunt-coderoom
v0.1.2
Published
Grunt plugin for Coderoom
Downloads
2
Readme
grunt-coderoom
Grunt plugin for Coderoom
Getting Started
This plugin requires Grunt ~0.4.5
and node >= 0.12
You may install this plugin with this command:
npm install grunt-coderoom --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-coderoom');
The "coderoom" task
Overview
In your project's Gruntfile, add a section named coderoom
to the data object passed into grunt.initConfig()
.
grunt.initConfig({
coderoom: {
build: {
src: 'path/to/coderoom/source/',
dest: 'path/to/coderoom/destination/'
}
},
});