Skip to content

Commit bffbfc2

Browse files
committed
fix(karma): include app.constant.js in .tmp folder for gulp and typescript
1 parent 5c46063 commit bffbfc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: app/templates/karma.conf.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ module.exports = function(config) {
2121
// bower:js
2222
// endbower<% if (filters.socketio) { %>
2323
'node_modules/socket.io-client/socket.io.js',<% } %><% if(filters.ts) { %>
24-
'.tmp/app/app.js',
24+
'.tmp/app/app.js',<% if(filters.gulp) { %>
25+
'.tmp/app.constant.js',<% } %>
2526
'.tmp/{app,components}/**/*.module.js',
2627
'.tmp/{app,components}/**/*.js',
2728
'.tmp/test/**/*.js',<% } %><% if(filters.babel) { %>

0 commit comments

Comments
 (0)