@@ -2,7 +2,6 @@ var standaloneLibDir = "lib/jasmine-" + jasmineVersion;
|
|||||||
|
|
||||||
function root(path) { return "./" + path; }
|
function root(path) { return "./" + path; }
|
||||||
function libJasmineCore(path) { return root("lib/jasmine-core/" + path); }
|
function libJasmineCore(path) { return root("lib/jasmine-core/" + path); }
|
||||||
function libConsole() { return "lib/console/" }
|
|
||||||
function dist(path) { return root("dist/" + path); }
|
function dist(path) { return root("dist/" + path); }
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
@@ -29,14 +28,6 @@ module.exports = {
|
|||||||
expand: true,
|
expand: true,
|
||||||
cwd: libJasmineCore("")
|
cwd: libJasmineCore("")
|
||||||
},
|
},
|
||||||
{
|
|
||||||
src: [
|
|
||||||
"console.js"
|
|
||||||
],
|
|
||||||
dest: standaloneLibDir,
|
|
||||||
expand: true,
|
|
||||||
cwd: libConsole()
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: [ "boot.js" ],
|
src: [ "boot.js" ],
|
||||||
dest: standaloneLibDir,
|
dest: standaloneLibDir,
|
||||||
|
|||||||
@@ -3,5 +3,4 @@
|
|||||||
// to the Jasmine source files (and not jasmine.js). So re-require
|
// to the Jasmine source files (and not jasmine.js). So re-require
|
||||||
window.jasmineUnderTest = jasmineRequire.core(jasmineRequire);
|
window.jasmineUnderTest = jasmineRequire.core(jasmineRequire);
|
||||||
jasmineRequire.html(jasmineUnderTest);
|
jasmineRequire.html(jasmineUnderTest);
|
||||||
jasmineRequire.console(jasmineRequire, jasmineUnderTest);
|
|
||||||
})();
|
})();
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
"spec_dir": "spec",
|
"spec_dir": "spec",
|
||||||
"spec_files": [
|
"spec_files": [
|
||||||
"core/**/*.js",
|
"core/**/*.js",
|
||||||
"console/**/*.js",
|
|
||||||
"npmPackage/**/*.js"
|
"npmPackage/**/*.js"
|
||||||
],
|
],
|
||||||
"helpers": [
|
"helpers": [
|
||||||
|
|||||||
Reference in New Issue
Block a user