feat(): add polyfill task

* feat(): polyfills task

* fix(): remove base option

* fix(): minification and small polyfills

* fix(): add readme and new file names

* fix(): change task names

* fix(): naming changes
This commit is contained in:
Justin Willis
2016-09-13 16:46:00 -05:00
committed by Brandy Carney
parent f477aa2391
commit ce78194207
4 changed files with 104 additions and 0 deletions

View File

@@ -74,6 +74,7 @@
"gulp-strip-debug": "^1.1.0",
"gulp-tslint": "^5.0.0",
"gulp-typescript": "^2.13.6",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.4",
"html-entities": "^1.1.3",
@@ -104,6 +105,7 @@
"tslint": "^3.15.1",
"tslint-ionic-rules": "0.0.5",
"typescript": "2.0.2",
"uglify": "^0.1.5",
"vinyl": "^1.2.0",
"webpack": "^2.1.0-beta.20",
"webpack-dev-server": "^1.14.1",