diff --git a/Gruntfile.js b/Gruntfile.js index 2a86398..5a1d7ca 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -154,7 +154,7 @@ module.exports = function(grunt) { server: '<%= config.dest %>', browser: ["google chrome"], // tunnel: true, - open: 'external', + open: 'local', notify: false, ghostMode: { clicks: true, diff --git a/site/partials/nav-foot.hbs b/site/partials/nav-foot.hbs index 237e69f..74aeb12 100644 --- a/site/partials/nav-foot.hbs +++ b/site/partials/nav-foot.hbs @@ -3,6 +3,6 @@
  • home
  • links
  • video
  • -
  • styleguide
  • + {{#unless production}}
  • styleguide
  • {{/unless}}