Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Remove unused giacwasm.wasm, update service worker file list
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb committed Oct 17, 2018
1 parent 355de95 commit 5ff08ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed giac/giac.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion giac/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Modified from http://dev.geogebra.org/trac/browser/trunk/geogebra/web/dev/src/main/resources/org/geogebra/web/worker_template.js?rev=50858 Designed by Gabor, made by GWT, thanks to Zbyněk Konečný
*/
var urlsToCache = {"urls_to_cache":["giac.js","giacwasm.js","giac.wasm","xcas.js","xcasfr.html","xcasen.html","bootstrap/bootstrap.min.css","bootstrap/bootstrap-theme.min.css","fonts/glyphicons-halflings-regular.woff2","codemirror/codemirror.css","codemirror/codemirror.js","codemirror/dialog.css","codemirror/dialog.js","xcasmode.js","python.js","codemirror/matchbrackets.js","FileSaver.js","w3data.js","menufr.js","menuen.js","logo.png","config.png","longhelp.js","longhelp_en.js","giacworker.js","codemirror/show-hint.js","codemirror/show-hint.css","codemirror/search.js","codemirror/searchcursor.js","codemirror/jump-to-line.js","algoseconde.html","mathjax/MathJax.js?config=TeX-AMS_CHTML"],
var urlsToCache = {"urls_to_cache":["giac.js","giacwasm.js","giacwasm.wasm","xcas.js","xcasfr.html","xcasen.html","bootstrap/bootstrap.min.css","bootstrap/bootstrap-theme.min.css","fonts/glyphicons-halflings-regular.woff2","codemirror/codemirror.css","codemirror/codemirror.js","codemirror/dialog.css","codemirror/dialog.js","xcasmode.js","python.js","codemirror/matchbrackets.js","FileSaver.js","w3data.js","menufr.js","menuen.js","logo.png","config.png","longhelp.js","longhelp_en.js","giacworker.js","codemirror/show-hint.js","codemirror/show-hint.css","codemirror/search.js","codemirror/searchcursor.js","codemirror/jump-to-line.js","algoseconde.html","mathjax/MathJax.js?config=TeX-AMS_CHTML"],
"unique_id":"#1.4.9-61"};

self.addEventListener('install', function(event) {
Expand Down

0 comments on commit 5ff08ac

Please sign in to comment.