What is the proper way to load an external javascript in Sencha Touch 2

前端 未结 4 1978
甜味超标
甜味超标 2020-12-08 22:37

In my development I need to include third part javascripts; like money.js (http://josscrowcroft.github.com/money.js/)

What is the best \'clean\'/\'proper\' way to ac

4条回答
  •  一整个雨季
    2020-12-08 23:12

    If you are using Sencha Cmd your index.html may look like this:

    
    
    

    So after changing app.json you'll need to refresh your app:

    sencha app refresh
    

提交回复
热议问题