@@ -284,8 +284,7 @@ gulp.task('sass', function() {
284284} ) ;
285285
286286/**
287- * I'm not quite sure what this is for, people tell me we use it internally to
288- * test themes.
287+ * Creates Ionic themes for testing.
289288 */
290289gulp . task ( 'sass.themes' , function ( ) {
291290 var sass = require ( 'gulp-sass' ) ;
@@ -336,15 +335,7 @@ gulp.task('copy.scss', function() {
336335gulp . task ( 'copy.libs' , function ( ) {
337336 var merge = require ( 'merge2' ) ;
338337 var webAnimations = gulp . src ( [
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'
338+ 'scripts/resources/web-animations-js/web-animations.min.js'
348339 ] )
349340 . pipe ( gulp . dest ( 'dist/js' ) ) ;
350341
0 commit comments