Skip to content

Instantly share code, notes, and snippets.

@siddharatha
Created April 5, 2017 20:39
Show Gist options
  • Save siddharatha/59748d81dcda74c9467c28892c51f717 to your computer and use it in GitHub Desktop.
Save siddharatha/59748d81dcda74c9467c28892c51f717 to your computer and use it in GitHub Desktop.
standalone application code for offline
<aura:application implements="ltng:allowGuestAccess" extends="force:slds" useAppCache="true" >
Welcome to this application
</aura:application>
@siddharatha
Copy link
Author

you can access the site which allowed guest access in here
https://sidz-developer-edition.ap1.force.com/authorizeenvironments/c/StandaloneApp.app
the standalone app has a manifest generated and resources are downloaded from the browser cache except for bootstrap.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment