-
-
Sencha User
Is there is a way to specify exclude options in sencha app build command params instead of modifying build.xml?
Is it possible to instruct ant to copy all excluded classes into app directory in production folder?
-
Sencha User
hi
i have same problem , i want to exclude files in my build but i could not able to do that ...
anyone have any solution ?
Last edited by zonaib; 20 Jan 2014 at 3:32 AM.
Reason: incomplete
-
Sencha User
How can I exclude directories from sencha app build ?
I tried
```
<target name="-before-init">
<property name="build.operations">
exclude
-file=**/__tia-tests__/**
</property>
</target>
```
But this does not help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules