From 7074800eccf384894ecfb8d6408d31ddb26dd699 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Mon, 24 Dec 2018 21:39:24 -0500 Subject: [PATCH] gulpfile.js: remove redundant 'js' subpath --- frontend/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/gulpfile.js b/frontend/gulpfile.js index 775527f..721723b 100644 --- a/frontend/gulpfile.js +++ b/frontend/gulpfile.js @@ -37,7 +37,7 @@ const jsCompileMap = { "js/forgot.js" ], "js/reset.js": [ - "js/js/utils.js", + "js/utils.js", "js/http.js", "js/reset.js" ],