Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqname committed Nov 22, 2014
1 parent dd9d1ad commit 5c5d24d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
14 changes: 0 additions & 14 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,6 @@ gulp.task('start-server', function () {
baseDir: "./"
}
});
// exec('http-server', function (err, stdout, stderr) {

// if (err !== null) {
// console.error('There was an error trying to run http-server.');
// console.error('Use `npm install http-server -g` to install');
// } else {
// if (stdout) {
// console.log(stdout);
// }
// if (stderr) {
// console.log(stderr);
// }
// }
// });
});

gulp.task('default', ['build', 'start-server']);
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,11 @@
"homepage": "https://github.com/uniqname/fitIt",
"devDependencies": {
"browser-sync": "^1.7.0",
"event-stream": "^3.1.7",
"gulp": "^3.8.10",
"gulp-data": "^1.0.2",
"gulp-markdown": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-template": "^1.1.1",
"gulp-wrap": "^0.5.0",
"marked": "^0.3.2",
"q": "^1.1.1",
"through2": "^0.6.3"
"q": "^1.1.1"
}
}

0 comments on commit 5c5d24d

Please sign in to comment.