mercredi 28 mai 2014

adding jquery to app.json

I want to include the jQuery js file in my production build, but it doesn't seem to bundle the file. I have this in app.json, is this correct?

"js": [

{

"path": "/common/jQuery/jquery-1.9.1.js",

"includeInBundle": true

},


{

"path": "app.js",

"bundle": true

}

],





Aucun commentaire:

Enregistrer un commentaire