Skip to content

Commit

Permalink
Add gulp command for running server
Browse files Browse the repository at this point in the history
  • Loading branch information
hallfox committed Sep 5, 2016
1 parent c8f9540 commit 18a518e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ gulp.task('autoload', shell.task([
'hhvm composer.phar dump-autoload'
]));

gulp.task('default', ['install-php','browserify']);
gulp.task('serve', shell.task([
'hhvm -m server -p 8080'
]));

gulp.task('default', ['install-php','browserify','serve']);

0 comments on commit 18a518e

Please sign in to comment.