Dan Hansen and Davis W. Frank e09fd40933 Move to grunt for building all distribution files.
* canonical version number of jasmine-core is now is package.json
* `grunt buildDistribution` builds jasmine.js, jasmine-html.js, jasmine.css and outputs them to the dist dir
* `grunt buildStandaloneDist` builds the example spec runner files and compresses them to dist/jasmine-VERSION.zip
* `grunt compass` compiles jasmine.css
* jasmine.Env handling of version is backwards compatible, but uses the version string directly (and nicely deprecated)
* Ruby/thor tasks that did the above deleted
2013-03-03 16:04:38 -08:00
2011-05-06 22:40:53 -04:00
2013-03-01 14:28:18 -08:00
2012-12-03 09:38:54 -08:00
2013-03-01 14:28:18 -08:00
2013-03-01 10:41:25 -08:00
2013-03-01 14:28:18 -08:00
2011-03-09 08:16:47 -08:00
2013-02-27 10:30:03 -08:00
2013-03-01 14:28:18 -08:00

Jasmine

======= A JavaScript Testing Framework

Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. Thus it's suited for websites, Node.js projects, or anywhere that JavaScript can run.

Documentation & guides live here: http://pivotal.github.com/jasmine/

DEV GUIDE

Dependencies for this repo

  • Ruby > 1.9, Rubygems, Bundler
  • Node.js, npm

Support

Maintainers

Copyright (c) 2008-2012 Pivotal Labs. This software is licensed under the MIT License.

Description
No description provided
Readme 28 KiB