-
17 Jan 2013 7:17 AM #1
Sencha cmd cannot generate output js file
Sencha cmd cannot generate output js file
Hi,
in my project I tried to achieve production build of my javascript. To do that I modified my build.xml script, which prepare the production build of application, adding the following section to compile my page:
the command seem to execute successfull but the menu.js file result empty. In my html I have the following code:Code:<x-sencha-command> -debug compile --classpath=${app.web}/ext/src page #--compress --in=${app.web}/index.html --out=tmp/index.html --classes-file=menu.js </x-sencha-command>
Anyone has an advice on hoe to to make sencha cmd work? Thanks all.Code:<link rel="stylesheet" type="text/css" href="resources/css/menu.css"> <link rel="stylesheet" type="text/css" href="ext/resources/css/ext-all.css"> <!-- <x-compile> --> <!-- <x-bootstrap> --> <script src="ext/ext-dev.js" type="text/javascript"></script> <script src="ext/bootstrap.js" type="text/javascript"></script> <!-- </x-bootstrap> --> <script type="text/javascript" src='app.js'></script> <!-- </x-compile> -->
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote