mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
Segment working again
This commit is contained in:
10
gulpfile.js
10
gulpfile.js
@ -20,6 +20,16 @@ var exec = require('child_process').exec;
|
||||
|
||||
// !!! TEMP HACK !!!
|
||||
// first run ./update-angular.sh
|
||||
|
||||
gulp.task('build', function() {
|
||||
runSequence(
|
||||
'clean',
|
||||
'ionic.copy.js',
|
||||
'ionic.examples',
|
||||
'sass');
|
||||
|
||||
})
|
||||
|
||||
gulp.task('watch', function() {
|
||||
|
||||
runSequence(
|
||||
|
Reference in New Issue
Block a user