Skip to content
Jeremy Tubbs edited this page May 2, 2016 · 6 revisions

Now you are ready to run grunt on your theme or the existing theme you are modifying:

grunt --theme='themeFolderName'

By default this command watches your javascript, scss, css and templates for changes and triggers a livereload event used by various browser plugins: Chrome or Firefox

To exit livereload hit Ctrl + c

When you are finished with your theme add final to the grunt command:

grunt --theme='themeFolderName' final

This command will create minified / concatenated versions of your front-end theme in the dist/themes/themeFolderName directory.