Skip to content

the-mason-jar/www-the-mason-jar

master
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
 
 
out
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

The Mason Jar Project

Powered by DocPad

A static front-end to the primary recipe repo. If you're looking at this and want to submit your own cocktails or infusions, go there.

To get running locally (beta)

  1. Install the latest version of DocPad
  2. Clone this repo
  3. Run docpad update
  4. Go into the primary recipe repo submodule directory cd src/documents/the-mason-jar
  5. Run git submodule init
  6. Run git submodule update
  7. Do a git pull origin master to get the latest

To build the site to pull in new changes in the primary recipe repo:

  1. Commit any changes to the primary repo and push them up to Github
  2. Go into the primary recipe repo submodule directory cd src/documents/the-mason-jar
  3. Pull primary recipes repo git pull origin master
  4. Run git submodule update
  5. Head back up to the root directory cd ../../../
  6. Run docpad build or, if that doesn't work docpad run
  7. Add and commit the changes git add then git commit -am
  8. Add Heroku as a remote git remote add heroku git@heroku.com:www-the-mason-jar.git
  9. Push to Github git push origin master
  10. Push to Heroku git push heroku master

How to handle a tricky merge:

  1. The "out" folder will usually have conflicts you'll need to merge manually
  2. Take care of any conflicts in the /src folder
  3. Run docpad build or, if that doesn't work docpad run
  4. Add and commit the changes git add then git commit -am
  5. Should be good to go

About

A front-end to the primary repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published