I am wondering why sencha
production build not working in live server. I already tested the production build in my local then I upload it in my web server. It shows me 2 alert box.
Requested:
http://www.simplicity-gaming.net/mobile/resources/css/app.css
with checksum:ac90c164209648c5e1b9e7c1569874b93174de3f
but received:dy,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,hinstead
. Attempt to refresh the application?Requested:
http://www.simplicity-gaming.net/mobile/app.js
with checksum:a159722373bb74a92d7f865503ea9b07faa9277c
but received:unction(){var global=this,objectPrototinstead
. Attempt to refresh the application?
Here is my URL
http://www.simplicity-gaming.net/mobile
PROBLEM SOLVED.
My webhost has Cloudflare and it has html and js minifier enabled. Disabling it solved my problem.