You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for me to test my application, I need to run it in the emulator... unless I am doing something wrong, that means i have to run grunt build:dist that task runs ngmin which takes 10 seconds to run for each cycle.
Any suggestions on how to structure a task that just copies over the files?
The text was updated successfully, but these errors were encountered:
I introduced a copy:all task when I added support for grunt ripple, but you bring up a very good point so I've added a grunt cordova task in version 0.2.3 that copies over your app/ assets into www/ and then runs grunt cordova:build. Updated the documentation to reflect this.
So now your workflow to test on a device can be: grunt cordova grunt emulate:ios
for me to test my application, I need to run it in the emulator... unless I am doing something wrong, that means i have to run
grunt build:dist
that task runsngmin
which takes 10 seconds to run for each cycle.Any suggestions on how to structure a task that just copies over the files?
The text was updated successfully, but these errors were encountered: