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.
2 parents e578b4e + 6b575d1 commit 87808e6Copy full SHA for 87808e6
app/templates/karma.conf.js
@@ -38,7 +38,7 @@ module.exports = function(config) {
38
preprocessors: {
39
'**/*.jade': 'ng-jade2js',
40
'**/*.html': 'html2js',<% if(filters.babel) { %>
41
- 'client/app/**/*.js': 'babel',<% } %>
+ 'client/{app,components}/**/*.js': 'babel',<% } %>
42
'**/*.coffee': 'coffee',
43
},
44
0 commit comments