-
Notifications
You must be signed in to change notification settings - Fork 2
How to update example branch
Manvel Saroyan edited this page Sep 8, 2018
·
5 revisions
Example branch is used when user run example project generation command. It should be updated accordingly to the changes in the master
branch.
- Replace the branch with the master branch
git checkout example
git reset --hard master
- Remove analytics script
git rm theme/layouts/partials/head/analytics.ejs
vim theme/layouts/partials/head/main.ejs
vim theme/layouts/presentation/layout.ejs