Search code examples
sencha-cmd

How to make Sencha Cmd 5 generate php file?


I have in my ExtJS app index.php , I've changed declared in app.json :

 "indexHtmlPath": "index.php",

but when I build the app using sencha cmd I always get index.html (with the content of the php file).

How do I force the file to be named index.php once the command finish ?


Solution

  • Take a look at these:

    Let me know if it still doesn't work.