knockout appendChild => append

and tested closure-compiler 0.2.12 but still broken for es6 mode
This commit is contained in:
djmaze 2020-09-17 21:34:38 +02:00
parent 7713f459ac
commit 0f56c7d28f
11 changed files with 209 additions and 188 deletions

View file

@ -29,11 +29,17 @@
]
},
"licenses": [
{ "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" }
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.0",
"closure-compiler": "~0.2.1"
"grunt-cli": "~0.1.0"
},
"dependencies": {
"closure-compiler": "^0.2.12",
"google-closure-compiler": "^20200830.0.0"
}
}