Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit bb4babf

Browse files
committed
fix(ngtemplates): should build dest into .tmp
1 parent b7b72b0 commit bb4babf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common/root/_Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ module.exports = function (grunt) {
405405
},
406406
cwd: '<%%= yeoman.app %>',
407407
src: 'views/{,*/}*.html',
408-
dest: 'templateCache.js'
408+
dest: '.tmp/templateCache.js'
409409
}
410410
},
411411

0 commit comments

Comments
 (0)