Skip to content

Commit

Permalink
some minor order changes and add views to templatecache
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavsinai committed Dec 24, 2013
1 parent 5a683c5 commit 70724fd
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions config/karma.conf.js
Expand Up @@ -10,7 +10,8 @@ module.exports = function (config) {
],
preprocessors: {
'**/*.coffee': 'coffee',
'app/template/**/*.html': 'ng-html2js'
'app/template/**/*.html': 'ng-html2js',
'app/view/**/*.html': 'ng-html2js'
},
ngHtml2JsPreprocessor: {
stripPrefix: 'app/',
Expand All @@ -20,17 +21,17 @@ module.exports = function (config) {
files: [
'app/bower_components/jquery/jquery.min.js',
'app/bower_components/angular/angular.js',
'app/view/**/*.html',
'app/template/**/*.html',
'app/bower_components/angular-*/angular-*.min.js',
'app/bower_components/angular-mocks/angular-mocks.js',
'app/lib/angular-ui-bootstrap/ui-bootstrap-tpls-0.7.0.min.js',
'app/js/**/*.js',
'app/lib/colorpicker/js/bootstrap-colorpicker-module.js',
'app/lib/jquery.timeago.js',
'app/bower_components/angular-ui-sortable/src/sortable.js',
'app/bower_components/angular-ui-select2/src/select2.js',
'test/unit/**/*.js',
'app/lib/jquery.timeago.js',
'app/template/**/*.html',
'app/view/**/*.html'
'app/js/**/*.js',
'test/unit/**/*.js'
],

autoWatch: true,
Expand Down

0 comments on commit 70724fd

Please sign in to comment.