0.1.2 • Published 7 years ago

grunt-coderoom v0.1.2

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

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

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago