mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
Merge branch 'alpha37'
This commit is contained in:
@ -179,9 +179,6 @@ gulp.task('bundle.ionic', ['transpile'], function() {
|
||||
prepend.push('window.Element.prototype.animate=undefined;');
|
||||
}
|
||||
|
||||
// prepend correct system paths
|
||||
prepend.push('System.config({ "paths": { "ionic/*": "ionic/*", "rx": "rx" } });');
|
||||
|
||||
return gulp.src([
|
||||
'dist/src/es5/system/ionic/**/*.js'
|
||||
])
|
||||
|
Reference in New Issue
Block a user