Skip to content

dduupp/grunt-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Download/clone the repository from Github.
  2. Run npm install to install dependencies.
  3. Run npm run watch to watch files for changes and run tasks accordingly.

Configuration

Use npm config to configure these variables:

target

The directory to build files to.
Defaults to ../application/public.

Tasks

npm run watch
Build once, then keep watching for changes and build when necessary.

npm run build
Build css, javascript, images and fonts once.

npm run build:css
Build css once.

npm run build:js
Build javascript once.

npm run build:img
Build images once.

npm run build:fonts
Build fonts once.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published