grunt-startup
Grunt plugin and configuration loader
Getting Started
This plugin requires Grunt ~0.4.5
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-startup --save-dev
Once the plugin has been installed, update your GruntFile as follows:
streamlined version
moduleexports = 'grunt-startup' configPaths: "./grunt/config" ;
readable version with all options
var GruntStartup = ; moduleexports = //load npm tasks loadTasks: true //list of tasks not to auto-load ignoreTasks: //array of or single directory path in which grunt tasks have been defined taskPaths: "./grunt/tasks" //array of or single path in which grunt configuration objects have been defined, directories or files configPaths: "./grunt/config" //inline grunt tasks and other initialization logic can go in this method { } ;
Overview
TODO -Add better description of functionality
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
Release History
(Nothing yet)