Improve scripts load system

This commit is contained in:
RainLoop Team 2016-05-20 03:04:15 +03:00
parent 58b9eed8e8
commit 72bf212f67
39 changed files with 916 additions and 411 deletions

11
vendors/es6-promise-polyfill/bower.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
"name": "es6-promise-polyfill",
"version": "1.1.1",
"main": "promise.js",
"ignore": [
".*",
"**/.*",
"node_modules",
"test"
]
}