Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am paludetto on github.
  • I am paludetto (https://keybase.io/paludetto) on keybase.
  • I have a public key ASCevhbWQuJ-vfAwVvluhUt1s39KZb39UFXVFqCBbnhadgo

To claim this, I am signing this object:

@paludetto
paludetto / 030_update_platform_config.js
Created September 16, 2016 21:04 — forked from marcocarnazzo/030_update_platform_config.js
Ionic/Cordova update platform config
#!/usr/bin/env node
/** This hook updates platform configuration files based on preferences and config-file data defined in config.xml.
Currently only the AndroidManifest.xml and IOS *-Info.plist file are supported.
See http://stackoverflow.com/questions/28198983/ionic-cordova-add-intent-filter-using-config-xml
Preferences:
1. Preferences defined outside of the platform element will apply to all platforms
2. Preferences defined inside a platform element will apply only to the specified platform
@paludetto
paludetto / capybara.md
Created November 1, 2012 16:49 — forked from steveclarke/capybara.md
RSpec Matchers

Capybara

save_and_open_page

Matchers

have_button(locator)