Allow cwd to be configured for build
By default, all paths in the build config (e.g. externs) are assumed to be relative to the ol3 repo root. To make it so relative paths are resolved from a different directory, use the cwd option. In addition, this change makes it so the `build.js` task can be run from another directory.
This commit is contained in:
15
package.json
15
package.json
@@ -19,15 +19,16 @@
|
||||
"htmlparser2": "~3.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"closure-util": "~0.14.0",
|
||||
"jshint": "~2.5.1",
|
||||
"jsdoc": "~3.3.0-alpha7",
|
||||
"taffydb": "~2.7.0",
|
||||
"underscore": "~1.6.0",
|
||||
"walk": "~2.3.3",
|
||||
"closure-util": "0.17.0",
|
||||
"fs-extra": "~0.8.1",
|
||||
"graceful-fs": "~3.0.2",
|
||||
"jsdoc": "~3.3.0-alpha7",
|
||||
"jshint": "~2.5.1",
|
||||
"nomnom": "~1.6.2",
|
||||
"phantomjs": "~1.9.7-5",
|
||||
"taffydb": "~2.7.0",
|
||||
"temp": "~0.7.0",
|
||||
"phantomjs": "~1.9.7-5"
|
||||
"underscore": "~1.6.0",
|
||||
"walk": "~2.3.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user