-
Notifications
You must be signed in to change notification settings - Fork 485
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.
It isn't hard, in fact the only thing that change is a command.
Instead of use jekyll serve you have to use grunt serve.
The command grunt serve will work if, and only if, you have successfully installed Grunt.