Drop note, add baseDir fix.

master
Addy Osmani 2014-11-21 12:21:08 +00:00
parent 840015b97b
commit 62e4cd8509
1 changed files with 2 additions and 6 deletions

View File

@ -20,11 +20,6 @@
'use strict';
/*
NOTES:
When you've run `gulp` please make sure to preview the contents
from inside the `dist` directory, otherwise you'll run into path
issues with assets like the hamburger.
TODOS:
@ -204,7 +199,8 @@ gulp.task('serve:dist', ['default'], function() {
// Note: this uses an unsigned certificate which on first access
// will present a certificate warning in the browser.
// https: true,
server: 'dist'
server: 'dist',
baseDir: "dist"
});
});