Skip to content

gruntjs/gruntjs.com

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Grunt Website Build Status: Linux

Setup Development

  1. npm install
  2. grunt

Tasks

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

Manually Run Server

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 git@heroku.com:grunt.git master:master

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

git commit --allow-empty -m "empty commit"
git push git@heroku.com:grunt.git master:master