Chris Buryta
Chris Buryta
This is probably the same or similar issue as when the default recipes are not found if not named the same in the cookbook meta and run_list. e.g. 'run_list[ "cookbook::default"...
I had to do something similar recently to fix a different plugin, as it seems easy to hit conflicts with android plugins in cordova projects. (Seems it's very important to...
Alternatively, for those with PHP 5.4+, you can probably use the local php server. For example to serve a server locally that works in http://localhost:808080, try... ``` php -S 0.0.0.0:808080...
+1 to the note that using './footer.twig' works method works currently for me also. It's odd that the src dir needs to be prefixed with a '.', making it hidden...
I had a very similar issue, but it was ios and android related. It turned out to be related to how cordova-cli detects the parent dir, which was forcing the...
I'd +1 this idea. I forked the grunt-phonegap repo and added a refresh task as a proof of concept for this. It adds the `grunt phonegap:refresh` task. It's really just...