hoter commented on a change in pull request #97:
URL: https://github.com/apache/ignite-website/pull/97#discussion_r781089919
##########
File path: gulpfile.js
##########
@@ -41,12 +41,7 @@ const html = () => {
//Filewatcher and live-reload
export const watchpug = () => {
browserSync.init({
- server: {
- baseDir: "./",
- open: true,
- cors: true,
- notify: false,
- },
+ server: './features/../',
Review comment:
@AddMoreScripts why did you update baseDir to './features/../'? I guess
it is same as './'.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]