Skip to content
New issue

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

Support Running the CRM offline #48

Closed
DawoudIO opened this issue Dec 1, 2015 · 3 comments
Closed

Support Running the CRM offline #48

DawoudIO opened this issue Dec 1, 2015 · 3 comments
Assignees
Milestone

Comments

@DawoudIO
Copy link
Contributor

DawoudIO commented Dec 1, 2015

When running the application offline, CSS and JS return 404 as they served from the internet.

The following are not local resources:

  • dataTables
  • ionicons font
  • raphael-min.js
@DawoudIO DawoudIO self-assigned this Dec 1, 2015
@DawoudIO
Copy link
Contributor Author

@DawoudIO
Copy link
Contributor Author

see #132

@DawoudIO DawoudIO removed their assignment Jan 2, 2016
@DawoudIO DawoudIO added this to the 2.0.0 milestone Jan 21, 2016
@DawoudIO
Copy link
Contributor Author

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

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

No branches or pull requests

1 participant