Quick and dirty typescript setup to get going.
This commit is contained in:
parent
e5ccfeadce
commit
94d01310b9
17 changed files with 99 additions and 14 deletions
|
@ -115,7 +115,7 @@ module.exports = function (grunt) {
|
|||
'<%= yeoman.app %>/scripts/{,**/}*.js',
|
||||
'shared/{,**/}*.js',
|
||||
'server/{,**/}*.js',
|
||||
'!server/templates/{,**/}*.js'
|
||||
'!server/templates/{,**/}*.template'
|
||||
]
|
||||
},
|
||||
|
||||
|
@ -356,10 +356,11 @@ module.exports = function (grunt) {
|
|||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'server',
|
||||
cwd: 'server-build',
|
||||
dest: '<%= yeoman.dist %>/server',
|
||||
src: [
|
||||
'{,**/}*.html',
|
||||
'{,**/}*.template',
|
||||
'{,**/}*.js',
|
||||
'{,**/}*.sql',
|
||||
'{,**/}*.txt'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue