Skip to content

Commit

Permalink
Provide compressed vaadinPush.js (#18329)
Browse files Browse the repository at this point in the history
Change-Id: I81328655f64e78a02bb6d05017374d2d43049111
  • Loading branch information
Artur- authored and Vaadin Code Review committed Jun 26, 2015
1 parent f7a852e commit 965faaf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions push/build.xml
Expand Up @@ -26,7 +26,9 @@
<union id="jar.includes">
<fileset dir="${result.dir}/js">
<include name="VAADIN/vaadinPush.js" />
<include name="VAADIN/vaadinPush.js.gz" />
<include name="VAADIN/vaadinPush.debug.js" />
<include name="VAADIN/vaadinPush.debug.js.gz" />
</fileset>
</union>

Expand Down Expand Up @@ -77,6 +79,10 @@
<arg file="${vaadinPush.js}" />
<arg file="${vaadinPush.debug.js}" />
</java>

<!-- Gzipped versions -->
<gzip src="${vaadinPush.js}" destfile="${vaadinPush.js}.gz" />
<gzip src="${vaadinPush.debug.js}" destfile="${vaadinPush.debug.js}.gz" />
</target>

<target name="jar" depends="vaadinPush.js">
Expand Down

0 comments on commit 965faaf

Please sign in to comment.