소스 검색

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 년 전
부모
커밋
ebceef4d44
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      build/ide.xml

+ 1
- 1
build/ide.xml 파일 보기

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

Loading…
취소
저장