@0xbaadf00d wrote:
Hello,
I’m testing EmberJS, I have created a small application (4 tamplate, 1 model). If I run with
ember s
, it working very well. I have tested withember dist
too.But when I use
ember dist -prod
, the JavaScript not working at 100%. I can navigate across the application, but all JS from UIKit not working.It’s very strange issue, cause everything working well on development mode. Is something special with the production mode ?
Posts: 3
Participants: 2