mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
generating apps works; needs to build js from assets
This commit is contained in:
+3
-3
@@ -64,9 +64,9 @@
|
||||
assets directory -->
|
||||
|
||||
<target name="move_files">
|
||||
<concat destfile="assets/www/phonegap.js">
|
||||
<fileset dir="../js" includes="phonegap.js.base" />
|
||||
<fileset dir="../js" includes="*.js" />
|
||||
<concat destfile="../example/phonegap.js">
|
||||
<fileset dir="assets/js" includes="phonegap.js.base" />
|
||||
<fileset dir="assets/js" includes="*.js" />
|
||||
</concat>
|
||||
</target>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user