https://github.com/launchpadlab/prepmedians-marketing
https://github.com/launchpadlab/prepmedians-marketing
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/launchpadlab/prepmedians-marketing
- Owner: LaunchPadLab
- Created: 2019-03-05T23:00:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T20:35:51.000Z (about 7 years ago)
- Last Synced: 2025-04-09T19:55:14.865Z (about 1 year ago)
- Language: CSS
- Size: 1.89 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PrepMedians
## Run Server
```middleman server```
## Deploy Changes
1. Merge any changes to Master
2. From Master run ```rake publish```
3. Boom! You're done! Changes will be live in a couple minutes.
## Troubleshooting Deployment
1. Delete `build` folder. If you have run ``rake publish`` and it fails, there may be a duplicate folder in folder tree. Make sure to delete.
2. Try deleting you local version of ```git branch -d gh-pages```
3. Delete remote branch of gh-pages. ```git push origin :gh-pages```. *CAUTION: THIS WILL CAUSE SITE DOWNTIME AS SITE WILL NO LONGER BE SERVED FROM GITHUB UNTIL NEW BUILD IS COMPLETE.* It also may take a few minutes for the new site to go live.