Hybrid Application Developer Question: Download Hybrid Application Developer PDF

Tell me what’s the difference between “ionic build” and “ionic prepare”?

Tweet Share WhatsApp

Answer:

ionic prepare <platform> copies all files from the www folder into the target platform’s www folder.

ionic build <platform> also does this, but also builds the app’s source code so that it can be run on a simulator/emulator or a device.

Download Hybrid Application Developer PDF Read All 49 Hybrid Application Developer Questions
Previous QuestionNext Question
Do you know the difference between AIR and PhoneGap?Tell us how do you persist data between application launches using Ionic framework?