grunt-rainmaker

0.1.2 • Public • Published

grunt-rainmaker

Interact with the RainmakerApp API

Getting Started

This plugin requires Grunt ~0.4.2

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-rainmaker --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-rainmaker');

The "rainmaker" task

Overview

In your project's Gruntfile, add a section named rainmaker to the data object passed into grunt.initConfig().

grunt.initConfig({
  rainmaker: {
    options: {
      // domain:'http://sandbox.rainmaker.local',
      key: '<%= config.momentum.key %>',
      secret: '<%= config.momentum.secret %>',
      client: '<%= config.momentum.client %>'
    },
    files: {
      expand: true,
      cwd:'theme',
      src: ['**/*.{jade,html,lhtml,htm,xhtml}']
    }

  }
})

Options

options.key

Type: String Default value: ''

Your Momentum/Rainmaker API Key

options.secret

Type: String Default value: ''

Your Momentum/Rainmaker API Secret

options.client

Type: String Default value: ''

Your Momentum/Rainmaker API Client ID

Release History

(Nothing yet)

Readme

Keywords

Package Sidebar

Install

npm i grunt-rainmaker

Homepage

rainmaker.is

Weekly Downloads

0

Version

0.1.2

License

none

Last publish

Collaborators

  • dboskovic