Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 700 Bytes

File metadata and controls

46 lines (35 loc) · 700 Bytes

angular-coffee-jade-compass-seed

An AngularJS seed, set-up with CoffeeScript, Jade and Compass, and karma as test runner

Getting started

Clone this repo and install the dependencies:

  $ npm install && bower install

Develop

  $ grunt server

Build

  $ grunt

Test (with karma)

Unit tests

single run
  $ grunt test:unit
watch mode
  $ grunt test:unit --watch

e2e tests (single run)

  $ grunt test:e2e

Bitdeli Badge