We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running the application offline, CSS and JS return 404 as they served from the internet.
The following are not local resources:
The text was updated successfully, but these errors were encountered:
work is tracked in https://github.com/ChurchCRM/CRM/tree/feature/offline
Sorry, something went wrong.
see #132
I did some testing of offline, the only issues i noticed are the following resources are needed to be online for the Nav and other font/icons to work.
https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css Failed to load resource: net::ERR_INTERNET_DISCONNECTED https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css Failed to load resource: net::ERR_INTERNET_DISCONNECTED https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic Failed to load resource: net::ERR_INTERNET_DISCONNECTED
DawoudIO
No branches or pull requests
When running the application offline, CSS and JS return 404 as they served from the internet.
The following are not local resources:
The text was updated successfully, but these errors were encountered: