From 819275651f6e810916b2103a5a7319f8806c8bae Mon Sep 17 00:00:00 2001 From: Mark Moser Date: Wed, 23 Aug 2017 17:05:24 -0500 Subject: [PATCH] removed dev only links --- Gruntfile.js | 2 +- site/partials/nav-foot.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}}