Skip to content

Commit

Permalink
CRM-16145 - karma.conf.js - Use ang/*
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Apr 8, 2015
1 parent acbaca7 commit 4c78db1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ module.exports = function(config) {
'bower_components/angular-unsavedChanges/dist/unsavedChanges.js',
'tests/karma/modules.js',
'js/crm.ajax.js',
'js/angular-*.js',
'js/angular-crmMailing/*.js',
'ang/*.js',
'ang/**/*.js',
'tests/karma/lib/*.js',
'tests/karma/**/*.js',
'partials/**/*.html'
'ang/**/*.html'
],
preprocessors : {
'partials/**/*.html' : ['ng-html2js']
'ang/**/*.html' : ['ng-html2js']
},

ngHtml2JsPreprocessor: {
stripPrefix: 'partials/',
stripPrefix: 'ang/',
prependPrefix: '~/',
moduleName: 'crmResource'
},
Expand Down

0 comments on commit 4c78db1

Please sign in to comment.