buildStandaloneDist should also build jasmine.js

This commit is contained in:
Gregg Van Hove and Tim Jarratt
2013-10-03 15:28:42 -07:00
parent 749c15fe07
commit d3ec12e62a

View File

@@ -1,7 +1,7 @@
var grunt = require("grunt");
function standaloneTmpDir(path) { return "dist/tmp/" + path; }
grunt.registerTask("build:compileSpecRunner",
"Processes the spec runner template and writes to a tmp file",
function() {
@@ -23,6 +23,7 @@ grunt.registerTask("build:cleanSpecRunner",
grunt.registerTask("buildStandaloneDist",
"Builds a standalone distribution",
[
"buildDistribution",
"build:compileSpecRunner",
"compress:standalone",
"build:cleanSpecRunner"