new build system

This commit is contained in:
Kevin Jahns
2015-09-11 18:35:32 +02:00
parent 4bfe484fc2
commit 82b3e50d49
24 changed files with 241 additions and 149 deletions

View File

@@ -40,7 +40,7 @@ class YConfig { // eslint-disable-line no-unused-vars
Promise.all([
this.db.garbageCollect(),
this.db.garbageCollect()
]).then(function () {
]).then(() => {
this.connector.reconnect()
})
}
@@ -55,4 +55,8 @@ class YConfig { // eslint-disable-line no-unused-vars
}
}
if (g) g.Y = Y //eslint-disable-line
if (g) { // eslint-disable-line
g.Y = Y //eslint-disable-line
debugger //eslint-disable-line
}
Y.utils = {}