ionic-cordova-gulp-seed
Version:
Ionic & Cordova & Gulp seed with organized code, tests, bower support and some other stuff. Originated from ionic-angular-cordova-seed.
9 lines (5 loc) • 364 B
text/coffeescript
gulp = require('gulp-help')(require('gulp'))
runSequence = require 'run-sequence'
{GLOBALS, PATHS, DESTINATIONS} = require "../config"
gulp.task "default", "Build ./#{GLOBALS.BUILD_DIR}/ contents, run browser-sync server and watch for changes (and rebuild & livereload, when something changes).", (cb) ->
runSequence "build", ["watch", "serve", "weinre"], cb