Skip to content

Commit

Permalink
dev bootup
Browse files Browse the repository at this point in the history
  • Loading branch information
luukee committed Mar 3, 2022
1 parent 455496d commit ada3e82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
.sass-cache
node_modules/*
bower_components/*
gulpfile.js
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"run-sequence": "^2.2.1",
"sinon": "^5.0.7",
"sinon-chai": "^3.0.0"
},
"overrides": {
"graceful-fs": "^4.2.9"
}
}

0 comments on commit ada3e82

Please sign in to comment.