We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda3873 commit 182d81aCopy full SHA for 182d81a
karma.conf.js
@@ -1,8 +1,8 @@
1
module.exports = function(config) {
2
3
- var appBase = 'app/'; // transpiled app JS and map files
4
- var appSrcBase = 'app/'; // app source TS files
5
- var appAssets = 'base/app/'; // component assets fetched by Angular's compiler
+ var appBase = 'app/'; // transpiled app JS and map files
+ var appSrcBase = 'app/'; // app source TS files
+ var appAssets = '/base/app/'; // component assets fetched by Angular's compiler
6
7
// Testing helpers (optional) are conventionally in a folder called `testing`
8
var testingBase = 'testing/'; // transpiled test JS and map files
0 commit comments