Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjrfnl <github_nospam@adviesenzo.nl>2016-02-17 01:10:20 +0300
committerjrfnl <github_nospam@adviesenzo.nl>2016-02-17 01:11:00 +0300
commitc4d18d873027358a4b84f88ea089c0c8af76bb0f (patch)
tree948af24137b01f61eae3973a6aff39e31e10b4e8
parente682996ef4d3a4fcbdfb1de18752f18a2adf5dc0 (diff)
Add missing words in sentence & change jekyll watch instruction.
(cherry picked from commit 5b482d7e7acd700967a0c067f6ee043cffbc2cac)
-rw-r--r--theme-setup/index.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/theme-setup/index.md b/theme-setup/index.md
index 285e169..c546119 100644
--- a/theme-setup/index.md
+++ b/theme-setup/index.md
@@ -236,7 +236,9 @@ To modify the site's JavaScript files I setup a Grunt build script to lint/conca
npm install
{% endhighlight %}
-From the theme's root, use `grunt` concatenate JavaScript files, and optimize .jpg, .png, and .svg files in the `images/` folder. You can also use `grunt dev` in combination with `jekyll build --watch` to watch for updates JS files that Grunt will then automatically re-build as you write your code which will in turn auto-generate your Jekyll site when developing locally.
+From the theme's root, use `grunt` to concatenate JavaScript files and optimize `.jpg`, `.png` and `.svg` files in the `images/` folder.
+
+You can also use `grunt dev` in combination with `bundle exec jekyll serve` to watch for updates in JS files that Grunt will then automatically re-build as you write your code, which will in turn auto-generate your Jekyll site when developing locally.
---