mardi 1 septembre 2015

ember cli serverMiddleware

I am trying to disable livereload from an addon I am creating. It's not working unfortunately, any ideas? Here is my code:

serverMiddleware: function(config) {
        config.options.liveReload = false;

        browserSync({
            injectChanges: true,
            reloadDelay:   5,
            notify:        false,
            open:          false,
            proxy:         config.options.host + ':' + config.options.port || 4200
        });
    },




Aucun commentaire:

Enregistrer un commentaire