From ada3e82b621b5194afee75a73f4734587ad6267e Mon Sep 17 00:00:00 2001 From: Luke Carl Hartman Date: Thu, 3 Mar 2022 04:22:09 -0800 Subject: [PATCH] dev bootup --- .gitignore | 1 + gulpfile.js | 2 +- package.json | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4d7a2e1a..9f2f62e8 100755 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ .sass-cache node_modules/* bower_components/* +gulpfile.js \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index b848b085..6374f2e5 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -16,7 +16,7 @@ var reload = browserSync.reload; gulp.task('serve', ['sassQuizTake', 'sassQuizCreate', 'quizCreateJS', 'quizDashboardJS', 'quizResultsJS', 'quizTakeJS', 'quizTakeIframeParentJS', 'quizTakeUtilityJS'], function() { browserSync({ - proxy: "http://localhost:10024/" + proxy: "localhost:10044" }); // quiz create diff --git a/package.json b/package.json index 24936f81..c8669d09 100644 --- a/package.json +++ b/package.json @@ -26,5 +26,8 @@ "run-sequence": "^2.2.1", "sinon": "^5.0.7", "sinon-chai": "^3.0.0" + }, + "overrides": { + "graceful-fs": "^4.2.9" } }