mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-19 05:19:42 +08:00
Revert "angular es6 extensions *.es6 -> *.js"
This reverts commit c85273e43f.
This commit is contained in:
@@ -141,7 +141,7 @@ gulp.task('bundle.deps', function() {
|
||||
baseURL: 'file:' + process.cwd(),
|
||||
paths : {
|
||||
"ionic/*": "dist/js/es6/ionic/*.js",
|
||||
"angular2/*": "angular2/dist/js/dev/es6/angular2/*.js",
|
||||
"angular2/*": "angular2/dist/js/dev/es6/angular2/*.es6",
|
||||
}
|
||||
});
|
||||
return builder.build('dist/js/es6/ionic/**/* - [dist/js/es6/ionic/**/*]', 'dist/js/dependencies.js');
|
||||
|
||||
Reference in New Issue
Block a user