Open heshamelmasry77 opened 7 years ago
i found what was the error, you need to go to this file browsersync.conf.js and add port: process.env.PORT || 5000 thats how it will work.
const conf = require('./gulp.conf');
module.exports = function () {
return {
server: {
baseDir: [
conf.paths.tmp,
conf.paths.src
]
},
open: false,
port: process.env.PORT || 5000
};
};
Angular 1, java script , gulp