Skip to content

Commit

Permalink
fix(app:test): include client/components in babel preprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcody committed Jul 20, 2015
1 parent e578b4e commit 6b575d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = function(config) {
preprocessors: {
'**/*.jade': 'ng-jade2js',
'**/*.html': 'html2js',<% if(filters.babel) { %>
'client/app/**/*.js': 'babel',<% } %>
'client/{app,components}/**/*.js': 'babel',<% } %>
'**/*.coffee': 'coffee',
},

Expand Down

0 comments on commit 6b575d1

Please sign in to comment.