fix(ngtemplates): should build dest into .tmp · yeoman/generator-angular@bb4babf

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Commit bb4babf

fix(ngtemplates): should build dest into .tmp

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 1 addition & 1 deletion

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