acecode / gruntjs.org

Grunt Official Site in Chinese

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GruntJS.ORG Website

Build

  1. npm install
  2. grunt

Setup Development

  1. npm install
  2. grunt - gets the latest docs, generates the site
  3. use grunt watch if you are editing templates or less files. (Note: doc pages will have to be regenerated)

Run Server

  1. grunt server

Run Tests

  1. Make sure the server is running
  2. grunt test

Notes

  1. Default server port is : 5678. Configured in the Gruntfile

About

Grunt Official Site in Chinese

License:Other