mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 18:10:34 +03:00
Rename ant 'compile_js' task to 'core_js'
This commit is contained in:
parent
ff92bca633
commit
4d9c33ed1c
@ -180,7 +180,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- Compile all JavaScript files of the Mibew Core -->
|
<!-- Compile all JavaScript files of the Mibew Core -->
|
||||||
<target name="compile_js">
|
<target name="core_js">
|
||||||
<echo>Compile JavaScript files of the Mibew Core</echo>
|
<echo>Compile JavaScript files of the Mibew Core</echo>
|
||||||
|
|
||||||
<!-- Copy directory tree from source to compiled -->
|
<!-- Copy directory tree from source to compiled -->
|
||||||
@ -336,7 +336,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- Build JavaScript files related to default application -->
|
<!-- Build JavaScript files related to default application -->
|
||||||
<target name="default_app_js" depends="compile_js">
|
<target name="default_app_js" depends="core_js">
|
||||||
<antcall target="app_js">
|
<antcall target="app_js">
|
||||||
<param name="app_name" value="default" />
|
<param name="app_name" value="default" />
|
||||||
</antcall>
|
</antcall>
|
||||||
|
Loading…
Reference in New Issue
Block a user