You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ES6.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ It will stay there until it reaches the same level as`gh-pages`, at which point
8
8
The new app uses [gulp](http://gulpjs.com/) to:
9
9
10
10
- combine all individual modules into a single file
11
-
- transpile ES6 code to ES5 with babel
11
+
- transpile ES6 code to ES5 with [babel.js](http://babeljs.io/)
12
12
- minimize JS and CSS code
13
13
- generate source maps
14
-
- add css autoprefixer to add vendor rules
15
-
- provide a server with live-reload observing file changes
14
+
- add vendor prefixer to the css
15
+
- provide a server with live-reload
16
16
17
17
## Installation
18
18
@@ -43,7 +43,7 @@ gulp
43
43
44
44
*Note:* Although no linter is added as of yet, the code closely follows the conventions from [Airbnb's Javascript style guide](https://github.com/airbnb/javascript)
0 commit comments