CRM-16145 - karma.conf.js - Use ang/*
authorTim Otten <totten@civicrm.org>
Wed, 8 Apr 2015 00:40:55 +0000 (17:40 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 8 Apr 2015 04:22:14 +0000 (21:22 -0700)
karma.conf.js

index 50c56bf3e94e34127f49510239d03972f15ebed3..eada18ded519964e83d60c5e5d179d07534fd613 100644 (file)
@@ -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'
     },