Skip to content

Commit

Permalink
Add missing tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
neersighted committed Jan 13, 2016
1 parent a50b7d6 commit 0f39533
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tgui/gulp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ import { js, watch_js } from './tasks/js'
import { reload, watch_reload } from './tasks/reload'
import { size } from './tasks/size'

gulp.task(reload)
gulp.task(size)

gulp.task('default', gulp.series(gulp.parallel(css, js), size))
gulp.task('watch', gulp.parallel(watch_css, watch_js, watch_reload))

0 comments on commit 0f39533

Please sign in to comment.