-
5 Nov 2012 7:48 AM #1
v3 compile index.php in remote server https://www.domain.com/index.php
v3 compile index.php in remote server https://www.domain.com/index.php
Is it possible to compile an application via https://www.domain.com/index.php ??
I can do it with v2 , but i cannot (or don't know how to) with v3-------------------
Manel Juàrez
-
7 Nov 2012 12:25 AM #2
Sencha Cmd v3 operates on source files in your project, so it does not require a running build to produce a build.

If you start with the code from your source control you should be able to use the compiler to process your JS files directly or using the compiler's page command you can process the PHP file if you also add the "x-compile" annotation to your PHP file.Don Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote