Skip to content

Commit b179eaf

Browse files
committed
add babel core, gulp-babel, autoprefixer, and gulp-postcss to gulp process, add gulp babel so that ES6 can be used, convert gulp-autoprefixer to autoprefixer in conjunction with gulp-postcss, add .browserlistsrc based on suggestions from autoprefixer/postcss/browserlists docs.
1 parent 0ea4793 commit b179eaf

File tree

2 files changed

+271
-155
lines changed

2 files changed

+271
-155
lines changed

.browserslistrc

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# please see https://github.com/browserslist/browserslist for more info
2+
# These settings can be changed depending on what browsers your project is supporting
3+
4+
>= 0.01%
5+
Last 5 versions
6+
last 8 iOS versions
7+
Firefox >= 28
8+
IE 10 # sorry
9+
IE 11 # sorry
10+
dead # sorry

0 commit comments

Comments
 (0)