Code refactoring (promises for folders management)

This commit is contained in:
RainLoop Team 2015-03-17 18:12:19 +04:00
parent 9bec1d0a8f
commit bab64a7cea
19 changed files with 467 additions and 333 deletions

View file

@ -2,7 +2,7 @@
"name": "RainLoop",
"title": "RainLoop Webmail",
"version": "1.8.2",
"release": "288",
"release": "289",
"description": "Simple, modern & fast web-based email client",
"homepage": "http://rainloop.net",
"main": "gulpfile.js",
@ -67,5 +67,9 @@
"gulp-beautify": "*",
"gulp-plumber": "*",
"gulp-concat-util": "*"
},
"scripts": {
"gulp": "gulp",
"w": "gulp w"
}
}