You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: theme-setup/index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,9 @@ To modify the site's JavaScript files I setup a Grunt build script to lint/conca
236
236
npm install
237
237
{% endhighlight %}
238
238
239
-
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.
239
+
From the theme's root, use`grunt` to concatenate JavaScript files and optimize`.jpg`,`.png` and`.svg` files in the`images/` folder.
240
+
241
+
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.