1
Would you like to know if anyone has gone through it ? when I build the app IONIC
ionic build android
it erases any other file that is within /js right other than app.js and controllers.js
what do I do ?
1
Would you like to know if anyone has gone through it ? when I build the app IONIC
ionic build android
it erases any other file that is within /js right other than app.js and controllers.js
what do I do ?
Browser other questions tagged angularjs apache-cordova ionic
You are not signed in. Login or sign up in order to post.
Where exactly are
/js? the directoryplatformsshould not be used to store your sources.– Fernando Fabreti