UNPKG

generator-phaser-alt

Version:

Yeoman generator to generate a Phaser.io based game environment

10 lines (7 loc) 196 B
var gulp = require('gulp'); /** * Task: Default * The default task definition which simply matches * to the `watch` task, which than calles further tasks */ gulp.task('default', ['watch']);