load the main file instead of all js files

This commit is contained in:
Iuri Matias 2018-07-06 01:45:16 +03:00
parent 4de529d984
commit 9a7c8e6b0e
1 changed files with 3 additions and 2 deletions

View File

@ -2,9 +2,10 @@
"contracts": ["contracts/**"],
"app": {
"css/app.css": ["app/css/**"],
"js/app.js": ["app/js/**"],
"fonts": ["app/fonts/**"],
"index.html": "app/index.html"
"images/": ["app/images/**"],
"index.html": "app/index.html",
"js/app.js": ["app/js/dapp.js"]
},
"buildDir": "dist/",
"config": "config/",