-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make artifactpath a webpack config setting instead of a jester one
This has the side-effect that jester no longer clears the directory before generating artifacts.
- Loading branch information
barbara honhoff
committed
Apr 2, 2015
1 parent
4a6e0f2
commit 5fed609
Showing
9 changed files
with
17 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "jester-tester", | ||
"description": "Get your project tested and out there with minimal fuss.", | ||
"repository": "https://github.com/jauco/jester", | ||
"version": "3.0.0-alpha8", | ||
"version": "3.0.0-alpha9", | ||
"author": "Jauco Noordzij <[email protected]>", | ||
"bin": { | ||
"jester-watch": "./src/bin/jester-watch.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
"use strict"; | ||
|
||
var config = require("./loadConfig"); | ||
|
||
module.exports.injectable = require("../injectable"); | ||
module.exports.MINIMAL_REQUIRED_CONFIG = { | ||
output: { | ||
path: config.artifactPath | ||
}, | ||
devtool: "#source-map" | ||
}; | ||
module.exports.deepMergeForWebpack = require("deepmerge"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters