remove no longer needed check for unexistant file

This commit is contained in:
Iuri Matias 2018-08-27 16:46:00 -04:00
parent e42c4f94d8
commit 608b5c38d7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"css/app.css": ["app/css/**"],
"images/": ["app/images/**"],
"js/app.js": ["app/js/index.js"],
"js/test.js": ["app/js/_vendor/jquery.min.js", "app/js/_vendor/async.min.js", "app/js/test.js", "app/js/non_existant_file.js"],
"js/test.js": ["app/js/_vendor/jquery.min.js", "app/js/_vendor/async.min.js", "app/js/test.js"],
"index.html": "app/index.html",
"test.html": "app/test.html",
"test2.html": "app/test2.html",