Skip to content

leobalter/gruntjs.com

This branch is 202 commits behind gruntjs/gruntjs.com:main.

Folders and files

NameName
Last commit message
Last commit date
Feb 18, 2013
Sep 25, 2014
Mar 6, 2014
Oct 29, 2013
Jan 8, 2014
Feb 25, 2013
Jun 1, 2014
Jul 13, 2014
Mar 7, 2014
Mar 6, 2014
Mar 7, 2014
Sep 25, 2014
Sep 17, 2014
Sep 17, 2014

Repository files navigation

Grunt Website

Setup Development

  1. npm install
  2. grunt

Tasks

  • grunt build - Manually Rebuild
  • grunt dev - Development Mode

Manually Run Server

  1. npm start Server port is : 5678.

Deploy to Heroku

Set Heroku keys (if needed) with

ssh-keygen -t rsa -C "YOUR_HEROKU_EMAIL" -f  ~/.ssh/id_rsa_heroku

ssh-add ~/.ssh/id_rsa_heroku

heroku keys:add ~/.ssh/id_rsa_heroku.pub

Push

git push [email protected]:grunt.git master:master

If you need to regenerate the Heroku site, use empty commits:

git commit --allow-empty -m "empty commit"
git push [email protected]:grunt.git master:master

About

Grunt's Website

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 82.5%
  • JavaScript 17.5%