Fresh Tilled Soil's default grunt config.
Copy the Gruntfile.js and package.json into your project's root directory. Our task runner is optimized to work with the sort of file structure illustrated in our FTS Static Site Starter Template.
Next run npm install
or sudo npm install
to get everything setup.
// Run all tasks
$ grunt
// Watch for changes
$ grunt watch
// Setup local host & watch for changes
$ grunt dev