Quick and dirty typescript setup to get going.

This commit is contained in:
baldo 2020-04-08 01:55:48 +02:00
parent e5ccfeadce
commit 94d01310b9
17 changed files with 99 additions and 14 deletions

View file

@ -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'