Open hbastida opened 7 years ago
Im trying to disable ghostMode but it is not working.
There is no error ghostMode: false does not work.
{ "generator-fountain-angular1": { "version": "1.0.0-rc1", "props": { "resolved": "/home/ubuntu/.nvm/versions/node/v6.9.1/lib/node_modules/generator-fountain-angular1/generators/app/index.js", "namespace": "fountain-angular1:app", "argv": { "remain": [], "cooked": [], "original": [] }, "framework": "angular1", "modules": "webpack", "css": "scss", "js": "babel", "ci": [ "jenkins" ], "sample": "techs", "router": "uirouter" } } }
// browsersync.conf.js const conf = require('./gulp.conf'); module.exports = function () { return { port:8081, ghostMode: false, server: { baseDir: [ conf.paths.tmp, conf.paths.src ] }, open: false }; };
"version": "1.0.0-rc1",
Can you update to latest version https://github.com/FountainJS/generator-fountain-angular1/releases/tag/v1.0.0 ?
How to update already generated project?
Description
Im trying to disable ghostMode but it is not working.
Error Message & Stack Trace
There is no error ghostMode: false does not work.
Config
Environment