You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wanted to share a more "proper" way to run a dev server using divshot:
(note: requires gutil, although that can be changed. Also requires superstatic)
gulp.task('server',function(){varapp=superstatic({port: 3474});varserver=app.listen(function(){gutil.log('Started',gutil.colors.cyan('server')+' on port '+gutil.colors.magenta(server.address().port))});})
The text was updated successfully, but these errors were encountered:
Hey -
Wanted to share a more "proper" way to run a dev server using divshot:
(note: requires gutil, although that can be changed. Also requires superstatic)
The text was updated successfully, but these errors were encountered: