UNPKG

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 (6 loc) 288 B
gulp = require('gulp-help')(require('gulp')) clean = require 'gulp-clean' {GLOBALS, PUBLIC_GLOBALS, PATHS, DESTINATIONS} = require "../../config" gulp.task 'clean', "Clean contents of ./#{GLOBALS.BUILD_DIR}/", -> gulp.src(GLOBALS.BUILD_DIR, read: false) .pipe(clean(force: true))