diff --git a/.gitignore b/.gitignore index 4d7a2e1..9f2f62e 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 b848b08..6374f2e 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 24936f8..c8669d0 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" } }