Skip to content

hsrob/hs-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

  1. Install node.js http://nodejs.org/download/
  2. Install grunt-cli npm install -g grunt-cli
  3. Clone gruntjs/grunt-init-node from GitHub into the appropriate directory (see https://github.com/gruntjs/grunt-init-node for instructions) git clone git@github.com:gruntjs/grunt-init-node.git ~/.grunt-init/node
  4. Clone the sample repository, switch/checkout to tag grunt-init-1 git clone git@github.com:hsrob/hs-playground.git
  5. Change directory to the cloned folder, install node packages using npm npm install grunt-contrib-nodeunit --save-dev npm install grunt-contrib-jshint --save-dev npm install grunt-contrib-watch --save-dev npm install grunt-contrib-uglify --save-dev npm install grunt-contrib-concat --save-dev npm install grunt-contrib-cssmin --save-dev

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2013 Robert Parker
Licensed under the Apache v2 license.

About

Homesliced Software's JS Playground

Resources

License

Stars

Watchers

Forks

Packages

No packages published