-
Notifications
You must be signed in to change notification settings - Fork 498
Use GRUNTJS with Artists Theme
Riccardo edited this page Aug 6, 2014
·
2 revisions
Before reading this page, be sure to check out Introduction to GRUNTJS and INSTALL
Remember the terminal? Where you use jekyll serve
to start the local server that will show you your wonderful project in the browser?
If you choose to pick up the Grunt version of these theme, you have to change something in your process to show the project in the browser.
- Clone the Grunt branch in your computer.
- Move/
cd
to your cloned project folder. - Run
npm install
. - Use
grunt serve
instead ofjekyll serve
and that will do all the work for you.
The command grunt serve
will work if, and only if, you have successfully installed Grunt.