Skip to content

Commit

Permalink
LPS-52703 Delete .js-cache folder once you transpile the files
Browse files Browse the repository at this point in the history
We have to delete this folder once we finish with the transpilation,
otherwise it may contain modules from previous transpilations
  • Loading branch information
ipeychev authored and brianchandotcom committed Jul 3, 2015
1 parent 82cb61e commit 7ba90cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ Error-Prone was automatically installed. Please rerun your task.
</then>
</if>

<delete dir="@{module.dir}/.js-cache" />
<delete dir="@{module.dir}/coverage-reports" />
<delete dir="@{module.dir}/javadoc" />
<delete dir="@{module.dir}/pmd-reports" />
Expand Down Expand Up @@ -2060,6 +2059,8 @@ Please find a solution that does not require portal-impl.jar.
newJarFile="${plugin.file}"
/>

<delete dir="@{module.dir}/.js-cache" failonerror="false" />

<if>
<available file="@{module.dir}/docroot/WEB-INF/portlet.xml" />
<then>
Expand Down

0 comments on commit 7ba90cc

Please sign in to comment.