Fix icons

This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-18 11:25:14 -03:00
commit 4d1ac36403
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
25 changed files with 1 additions and 1 deletions

View file

@ -117,6 +117,6 @@ function copyDir(from, to, cb) {
}
copyDir(configDir + '/img/', '../www/img/', function() {
copyDir(configDir + '/img/', '../www/img/app/', function() {
console.log("apply.js finished. \n\n");
});