1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

gulpfile.js: remove redundant 'js' subpath

This commit is contained in:
Adhityaa Chandrasekar
2018-12-24 21:39:24 -05:00
parent 80fb09d941
commit 7074800ecc

View File

@ -37,7 +37,7 @@ const jsCompileMap = {
"js/forgot.js" "js/forgot.js"
], ],
"js/reset.js": [ "js/reset.js": [
"js/js/utils.js", "js/utils.js",
"js/http.js", "js/http.js",
"js/reset.js" "js/reset.js"
], ],