Skip to content

Commit b9cb7e4

Browse files
committed
builder-2d - updated to Typescript 3, use esModuleInterop so no require(..) is needed anymore, and use tslint
1 parent 0e5c199 commit b9cb7e4

File tree

9 files changed

+2508
-1182
lines changed

9 files changed

+2508
-1182
lines changed

builder-2d/Gruntfile.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ module.exports = function (grunt) {
5050
],
5151
options: {
5252
spawn: false,
53-
atBegin: true
53+
atBegin: true,
54+
livereload: true
5455
}
5556
}
5657
},
@@ -72,7 +73,7 @@ module.exports = function (grunt) {
7273
'expand': true
7374
}
7475
},
75-
clean: { 'dist': { 'src': 'dist/**' } },
76+
clean: { 'dist': { 'src': 'dist/*' } },
7677
sass: {
7778
dist: {
7879
options: { sourceMap: true },

0 commit comments

Comments
 (0)