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: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
***Simple, effective and easy to learn**. Ideal for small but also large scale applications.
20
20
21
-
***Ready for modern web**, with the awesome and powerful [asset module](https://github.com/jooby-project/jooby/tree/master/jooby-assets)
21
+
***Ready for the modern web**, with the awesome and powerful [asset module](https://github.com/jooby-project/jooby/tree/master/jooby-assets)
22
22
23
23
## hello world!
24
24
@@ -91,7 +91,7 @@ quickstart
91
91
Just paste this into a terminal (make sure [Java8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) and [Maven 3.x](http://maven.apache.org/download.cgi) are installed):
Copy file name to clipboardExpand all lines: jooby-assets-autoprefixer/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
<ahref="https://github.com/postcss/postcss">PostCSS</a> plugin to parse CSS and add vendor prefixes to CSS rules using values from <ahref="http://caniuse.com">Can I Use</a>. It is recommended by Google and used in Twitter, and Taobao.
4
4
5
-
Make sure you already setup the [assets module](https://github.com/jooby-project/jooby/tree/master/jooby-assets) in your project!
5
+
Make sure you've already set up the [assets module](https://github.com/jooby-project/jooby/tree/master/jooby-assets) in your project!
Copy file name to clipboardExpand all lines: jooby-assets-babel/README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
<ahref="http://babeljs.io/">Babel</a> is a JavaScript compiler with a set of ES2015 syntax transformers that allow you to use new syntax, right now without waiting for browser support.
4
4
5
-
Make sure you already setup the [assets module](https://github.com/jooby-project/jooby/tree/master/jooby-assets) in your project!
5
+
Make sure you've already set up the [assets module](https://github.com/jooby-project/jooby/tree/master/jooby-assets) in your project!
6
6
7
7
## dependency
8
8
9
9
```xml
10
10
<dependency>
11
11
<groupId>org.jooby</groupId>
12
12
<artifactId>jooby-assets-babel</artifactId>
13
-
<version>1.1.0</version>
13
+
<version>1.1.1</version>
14
14
<scope>provided</scope>
15
15
</dependency>
16
16
```
@@ -35,7 +35,7 @@ assets {
35
35
<dependency>
36
36
<groupId>org.jooby</groupId>
37
37
<artifactId>jooby-assets-babel</artifactId>
38
-
<version>1.1.0</version>
38
+
<version>1.1.1</version>
39
39
<scope>provided</scope>
40
40
</dependency>
41
41
```
@@ -55,7 +55,7 @@ assets {
55
55
dev {
56
56
sourceMaps: inline
57
57
}
58
-
blacklist: [react]
58
+
presets: [es2015, react]
59
59
}
60
60
}
61
61
```
@@ -94,6 +94,8 @@ assets {
94
94
95
95
*[babel](https://github.com/jooby-project/jooby/tree/master/jooby-assets-babel): Ecma6 now via <ahref="http://babeljs.io/">Babel</a>.
0 commit comments