Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Moecube Store
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Moecube Store
Commits
182d81a3
Commit
182d81a3
authored
Jan 10, 2017
by
Ward Bell
Committed by
GitHub
Jan 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: add slash to appAssets in karma.conf (#329) (#351)
Add leading slash to appAssets variable closes #329
parent
eda3873c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
karma.conf.js
karma.conf.js
+3
-3
No files found.
karma.conf.js
View file @
182d81a3
module
.
exports
=
function
(
config
)
{
module
.
exports
=
function
(
config
)
{
var
appBase
=
'
app/
'
;
// transpiled app JS and map files
var
appBase
=
'
app/
'
;
// transpiled app JS and map files
var
appSrcBase
=
'
app/
'
;
// app source TS files
var
appSrcBase
=
'
app/
'
;
// app source TS files
var
appAssets
=
'
base/app/
'
;
// component assets fetched by Angular's compiler
var
appAssets
=
'
/
base/app/
'
;
// component assets fetched by Angular's compiler
// Testing helpers (optional) are conventionally in a folder called `testing`
// Testing helpers (optional) are conventionally in a folder called `testing`
var
testingBase
=
'
testing/
'
;
// transpiled test JS and map files
var
testingBase
=
'
testing/
'
;
// transpiled test JS and map files
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment