Skip to content

Commit

Permalink
chore(doc): add instructions to use gulp script
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna-acondy committed May 8, 2022
1 parent 0cd87bf commit ca1e1ee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,11 @@ You can create a local instance of Ghost using instructions from [here](https://

### Making changes to the theme

- Once you've made any required changes in your code editor, repeat the steps above to update the theme.
You can run the `npm run dev` in this project to start a Gulp watch task.
This task watches for any changes to files in the project, builds it and copies the built assets into the folder on your local machine where the Ghost theme is installed.

Make sure to set the correct path for the `ghostThemePath` variable in the gulpfile before you run this script.

Alternately, you can also upload the changed theme manually.

Once you've made any required changes in your code editor, repeat the steps in the section above to update the theme.

0 comments on commit ca1e1ee

Please sign in to comment.