Skip to content

Commit 6b575d1

Browse files
committed
fix(app:test): include client/components in babel preprocessing
closes #1081
1 parent e578b4e commit 6b575d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = function(config) {
3838
preprocessors: {
3939
'**/*.jade': 'ng-jade2js',
4040
'**/*.html': 'html2js',<% if(filters.babel) { %>
41-
'client/app/**/*.js': 'babel',<% } %>
41+
'client/{app,components}/**/*.js': 'babel',<% } %>
4242
'**/*.coffee': 'coffee',
4343
},
4444

0 commit comments

Comments
 (0)