@@ -284,7 +284,8 @@ gulp.task('sass', function() {
284
284
} ) ;
285
285
286
286
/**
287
- * Creates Ionic themes for testing.
287
+ * I'm not quite sure what this is for, people tell me we use it internally to
288
+ * test themes.
288
289
*/
289
290
gulp . task ( 'sass.themes' , function ( ) {
290
291
var sass = require ( 'gulp-sass' ) ;
@@ -335,7 +336,15 @@ gulp.task('copy.scss', function() {
335
336
gulp . task ( 'copy.libs' , function ( ) {
336
337
var merge = require ( 'merge2' ) ;
337
338
var webAnimations = gulp . src ( [
338
- 'scripts/resources/web-animations-js/web-animations.min.js'
339
+ 'scripts/resources/web-animations-js/web-animations.min.js' ,
340
+ 'node_modules/es6-shim/es6-shim.min.js' ,
341
+ 'node_modules/systemjs/node_modules/es6-module-loader/dist/es6-module-loader.src.js' ,
342
+ 'node_modules/systemjs/dist/system.src.js' ,
343
+ 'node_modules/angular2/bundles/angular2-polyfills.js' ,
344
+ 'node_modules/angular2/bundles/angular2.dev.js' ,
345
+ 'node_modules/angular2/bundles/router.dev.js' ,
346
+ 'node_modules/angular2/bundles/http.dev.js' ,
347
+ 'node_modules/rxjs/bundles/Rx.js'
339
348
] )
340
349
. pipe ( gulp . dest ( 'dist/js' ) ) ;
341
350
0 commit comments