Skip to content

Commit 3f2265f

Browse files
committed
Releases 0.5.2.RC3
1 parent 32253de commit 3f2265f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.wuic</groupId>
66
<artifactId>site</artifactId>
7-
<version>0.5.2-SNAPSHOT</version>
7+
<version>0.5.2.RC3</version>
88
<packaging>pom</packaging>
99

1010
<name>Web UI compressor</name>

src/main/webapp/project.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ <h3 id="roadmap">Roadmap</h3>
116116
Here is a teaser of some of them:
117117
<ul>
118118
<li>Serve resources not only from servlet but also from any delegated server in charge of hosting statics</li>
119-
<li>Many JS/CSS processors in addition to YUICompressor: Closure, UglifyJSS, LESS, SASS, etc</li>
119+
<li>Many JS/CSS processors in addition to YUICompressor: Closure, UglifyJS, LESS, SASS, etc</li>
120120
<li>Add HTTP/2 and SPDY support</li>
121121
<li>Many templating support in addition to JSP/Thymeleaf: play!, JSF, etc</li>
122122
<li>Improve parallelism download of CSS by aggregating some of them and substitute @import with link tag</li>
123-
<li>Merge existing "sourcemaps" when aggreagting scripts</li>
123+
<li>Merge existing "sourcemaps" when aggregating scripts</li>
124124
<li>Merge existing sprites sheets from used framework to load only one image</li>
125125
</ul>
126126
</p>

0 commit comments

Comments
 (0)