mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
rename default platform to core
This commit is contained in:
@ -109,7 +109,7 @@ gulp.task('e2e', ['ionic-js', 'sass'], function() {
|
||||
|
||||
var platforms = [
|
||||
'android',
|
||||
'default',
|
||||
'core',
|
||||
'ios',
|
||||
]
|
||||
|
||||
@ -174,7 +174,7 @@ gulp.task('ng2-rename', function(done) {
|
||||
})
|
||||
})
|
||||
|
||||
// We use SystemJsBuilder to build ng2 because it will properly
|
||||
// We use SystemJsBuilder to build ng2 because it will properly
|
||||
gulp.task('ng2', ['ng2-rename'], function() {
|
||||
var builder = new SystemJsBuilder()
|
||||
builder.config({
|
||||
|
Reference in New Issue
Block a user