FountainJS / generator-fountain-webapp

Yeoman 'fountain' generator to start a webapp
http://fountainjs.io
MIT License
967 stars 67 forks source link

ghostMode: false not working #188

Open hbastida opened 7 years ago

hbastida commented 7 years ago

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

{
  "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
  };
};

Environment

zckrs commented 7 years ago

"version": "1.0.0-rc1",

Can you update to latest version https://github.com/FountainJS/generator-fountain-angular1/releases/tag/v1.0.0 ?

gitowiec commented 6 years ago

How to update already generated project?