summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-29 17:25:02 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-29 17:48:48 +0300
commita36778bd5f905a8001962641d6c479428ca503e3 (patch)
tree56cf56580e2d96dd8b151b4238f2a5ca0e3c1cab
parent44c53f4c5724dd3fea3455c2e05da28f32d0c7bf (diff)
build.ant: adapt to /static/js refactoring
-rw-r--r--build.ant4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.ant b/build.ant
index 2daac7b3..571f6806 100644
--- a/build.ant
+++ b/build.ant
@@ -118,7 +118,7 @@
<parallel>
<!-- code -->
- <rsync src="${src_client}/" dst="${targetDeploymentDir}/static" />
+ <rsync src="${src_client}/" dst="${targetDeploymentDir}/static/js" />
<symlink if:true="${localServerUseSymlink}"
action="single"
@@ -143,7 +143,7 @@
<!-- domain specific: schema, templates, fragments-->
<copy file="src/local/domain/${targetDomain}/domain_types.js"
- tofile="${targetDeploymentDir}/static/model/domain_types.js" />
+ tofile="${targetDeploymentDir}/static/js/model/domain_types.js" />
<copy todir="${targetDeploymentDir}/templates/fragment"
overwrite="true"
failonerror="false">