Browse Source

Don't copy gzipped push files into the project so you can modify the .js files

Change-Id: I9c580a16acb8b2ceef2872c6d043a8a07a9909fe
tags/7.6.0.alpha5
Artur Signell 8 years ago
parent
commit
ebceef4d44
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build/ide.xml

+ 1
- 1
build/ide.xml View File

@@ -181,7 +181,7 @@
<property name="js.output.dir" location="WebContent" />
<property name="push.js.dir" location="${basedir}/push/result/js" />
<copy todir="${js.output.dir}">
<fileset dir="${push.js.dir}" includes="VAADIN/vaadinPush*">
<fileset dir="${push.js.dir}" includes="VAADIN/vaadinPush*" excludes="**/*.gz">
</fileset>
</copy>
</target>

Loading…
Cancel
Save