Module: grunt

Grunt module.
Source:

Members

(inner) banner :config

Short and long banners.
Type:
  • config
Source:
See:

(inner) clean :task

Clean files and folders.
Type:
  • task
Source:
See:

(inner) connect :task

Start a static web server. Use grunt connect:server:keepalive for a persistent server instance. Default port is 9001.
Type:
  • task
Source:
See:

(inner) copy :task

Copy files and folders.
Type:
  • task
Source:
See:

(inner) dev :task

Build development.
Type:
  • task
Source:

(inner) doc :task

Build jsdocs.
Type:
  • task
Source:

(inner) env :task

Grunt task to automate environment configuration for future tasks.
Type:
  • task
Source:
See:

(inner) gh-pages :task

Deploy to GitHub Pages.
Type:
  • task
Source:
See:

(inner) init :task

Used to initialize other tasks(e.g. dev, prod).
Type:
  • task
Source:

(inner) jsdoc :task

Build docs.
Type:
  • task
Source:
See:

(inner) jshint :task

Validate files with JSHint.
Type:
  • task
Source:
See:

(inner) now :config

Build date. Formats: yyyymmdd or yyyymmddhhMMss
Type:
  • config
Source:
See:

(inner) pkg :config

The `package.json` file belongs in the root directory of your project, next to the `Gruntfile`, and should be committed with your project source. Running `npm install` in the same folder as a `package.json` file will install the correct version of each dependency listed therein. Install project dependencies with `npm install` (or `npm update`).
Type:
  • config
Source:
See:

(inner) preprocess :task

Grunt task around preprocess npm module.
Type:
  • task
Source:
See:

(inner) prod :task

Build production.
Type:
  • task
Source:

(inner) sass :task

Compile Sass to CSS.
Type:
  • task
Source:
See:

(inner) uglify :task

Minify files with UglifyJS.
Type:
  • task
Source:
See:

(inner) ver :config

Build version. Increment if more than one build is needed in a single day.
Type:
  • config
Source:
See:

(inner) watch :task

Run predefined tasks whenever watched file patterns are added, changed or deleted.
Type:
  • task
Source:
See: