File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ A list of features in this kit.
5454* Unit Test Support
5555 * TODO: [ Ava] ( https://www.npmjs.com/package/ava ) , Maybe?
5656* Utility Support
57- * Semver Bumping ([ gulp-bump] ( https://www.npmjs.com/package/gulp-bump ) )
5857 * Conditional Pipe Control ([ gulp-if] ( https://www.npmjs.com/package/gulp-if ) )
5958 * Pipe Cleaner ([ gulp-plumber] ( https://www.npmjs.com/package/gulp-plumber ) )
6059 * Sequential or Parallel Tasks ([ run-sequence] ( https://www.npmjs.com/package/run-sequence ) )
Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ require('./gulp/bridge.js')(gulp, [
2323 'styles' ,
2424 'watch' ,
2525 'webpack'
26- ] , $ , server ) ;
26+ ] , $ , server )
2727
2828/**
2929 * Default Task
3030 */
3131gulp . task ( 'default' , done => {
3232 $ . runSequence ( 'server' , 'watch' , ( ) => {
33- $ . util . log ( $ . util . colors . green . bold ( 'START SERVER' ) ) ;
33+ $ . util . log ( $ . util . colors . green . bold ( 'START SERVER' ) )
3434
35- done ( ) ;
35+ done ( )
3636 } )
3737} )
3838
You can’t perform that action at this time.
0 commit comments