Skip to content

goliney/grunt-coderoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-coderoom Build Status

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/'
    }
  },
});

About

Grunt plugin for Coderoom

Resources

License

Stars

Watchers

Forks

Packages

No packages published