Skip to content

freshtilledsoil/FTS-grunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FTS Grunt

Fresh Tilled Soil's default grunt config.

Getting Started

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.

Commands

// Run all tasks
$ grunt

// Watch for changes
$ grunt watch

// Setup local host & watch for changes
$ grunt dev

Releases

No releases published

Packages

No packages published