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
This commit is contained in:
@@ -6,12 +6,7 @@ require 'ostruct'
|
||||
$:.unshift(File.join(File.dirname(__FILE__), "jasmine_dev"))
|
||||
|
||||
require "base"
|
||||
require "sources"
|
||||
require "build_distribution"
|
||||
require "build_github_pages"
|
||||
require "build_standalone_distribution"
|
||||
require "build_standalone_runner"
|
||||
require "count_specs"
|
||||
require "execute_specs"
|
||||
require "release"
|
||||
require "version"
|
||||
Reference in New Issue
Block a user