0.16.0 • Published 9 years ago

grunt-starter v0.16.0

Weekly downloads
49
License
-
Repository
-
Last release
9 years ago

Grunt Starter

NPM version

The ultimate starter skeleton for your new website. Out of the box, you get a build script that generates a compact website. Check out this list of awesome features:

  • Stylesheets using SCSS, built with Compass
  • Incremental builds
  • Generated spritesheets
  • Fully AMD-compliant with CDN fallbacks for major libraries (Require.js)
  • JavaScript compiled into compressed, single-download modules (Closure)
  • jQuery and lodash (underscore) out of the box
  • Precompiled, AMD-compliant handlebar templates
  • Minified CSS (clean-css)
  • CSS reset out of the box (Normalize & H5BP)
  • Browser unit testing using phantomjs, mocha and chai

To build

npm install -g grunt-cli
npm install
bower install

Then one of:

grunt
grunt production
grunt watch

Output is a small, kitchen-sink nonsensical demo site.

0.16.0

9 years ago

0.15.0

11 years ago

0.14.0

11 years ago

0.13.0

11 years ago

0.12.0

11 years ago

0.11.0

11 years ago

0.10.0

11 years ago

0.9.0

11 years ago

0.8.0

11 years ago

0.7.0

11 years ago

0.6.0

11 years ago

0.5.0

11 years ago

0.4.0

11 years ago

0.3.0

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago