removed dev only links

This commit is contained in:
2017-08-23 17:05:24 -05:00
parent 3f3bc5f5bc
commit 819275651f
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ module.exports = function(grunt) {
server: '<%= config.dest %>', server: '<%= config.dest %>',
browser: ["google chrome"], browser: ["google chrome"],
// tunnel: true, // tunnel: true,
open: 'external', open: 'local',
notify: false, notify: false,
ghostMode: { ghostMode: {
clicks: true, clicks: true,

View File

@ -3,6 +3,6 @@
<li><a href="index.html">home</a></li> <li><a href="index.html">home</a></li>
<li><a href="http://links.markamoser.com">links</a></li> <li><a href="http://links.markamoser.com">links</a></li>
<li><a href="video.html">video</a></li> <li><a href="video.html">video</a></li>
<li><a href="styleguide.html">styleguide</a></li> {{#unless production}}<li><a href="styleguide.html">styleguide</a></li>{{/unless}}
</ul> </ul>
</nav> </nav>