removed dev only links
This commit is contained in:
@ -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,
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user