-
31 Aug 2012 5:18 PM #1
Answered: sencha app build production
Answered: sencha app build production
This is standard Sencha default app. I can see the application using Google Chrome.
Then I run:
sencha app build production.
It generate build/production folder.
Then I use Google Chrome to access to production code:
http://localhost/sencha1/build/production/index.html
From the Chrome browser console, I see the following error. Anything I did wrong? Thanks.
Creating Application Cache with manifest http://localhost/sencha1/build/production/cache.manifest
Application Cache Checking event
Application Cache Downloading event
Application Cache Progress event (0 of 1) http://localhost/sencha1/build/production/index.html
Application Cache Progress event (1 of 1)
Application Cache Cached event
-
Best Answer Posted by Schildi
Hi hhzhang314,
you need to modify your app.json (in the root directory) and change
toCode:"logger": "no"
After that you can runCode:"logger": false
an errors should be gone ;-)Code:sencha app build production
Best regards,
Schildi
-
1 Sep 2012 2:22 AM #2
Hi hhzhang314,
you need to modify your app.json (in the root directory) and change
toCode:"logger": "no"
After that you can runCode:"logger": false
an errors should be gone ;-)Code:sencha app build production
Best regards,
Schildi


Reply With Quote