Skip to content

Commit

Permalink
Decrease file sizes of SVGs
Browse files Browse the repository at this point in the history
Optimization:
• Decrease file sizes of SVGs
• Updated meta-data

Documentation:
• Updated styling
• Renamed some variables to keep code clean

Update:
• Updated html2canvas and Math.js

Bug fix:
• Fixed issues with incorrectly calling functions
• Fixed issue with throw not throwing error correctly
  • Loading branch information
AlexJSully committed May 3, 2022
1 parent 8c82024 commit 7b382bc
Show file tree
Hide file tree
Showing 103 changed files with 1,233 additions and 6,152 deletions.
76 changes: 38 additions & 38 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
## BROWSER CACHING FOR STATIC FILES ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType cgi-bin/SVG/OpenMenu/SVG "access 1 week"
ExpiresByType cgi-bin/core/APInLibraries/GoogleMaterial/material.green-pink.min.css "access 1 week"
ExpiresByType cgi-bin/core/APInLibraries/GoogleMaterial/material.min.js "access 1 week"
ExpiresByType cgi-bin/core/bootstrap/bootstrap4-0-0-beta-2.min.css "access 1 week"
ExpiresByType cgi-bin/core/bootstrap/bootstrap4-0-0.min.js "access 1 week"
ExpiresByType cgi-bin/core/bootstrap/popper.min.js "access 1 week"
ExpiresByType cgi-bin/core/ddslick/jquery.ddslick.min.js "access 1 week"
ExpiresByType cgi-bin/core/html2canvas/html2canvas.js "access 1 week"
ExpiresByType cgi-bin/core/jquery-3.3.1/jquery.min.js "access 1 week"
ExpiresByType cgi-bin/core/jquery-ui-1.12.1.custom/jquery-ui.min.js "access 1 week"
ExpiresByType cgi-bin/core/tablefilter/tablefilter.min.js "access 1 week"
ExpiresByType cgi-bin/core/tabletoCSV/jquery.tabletoCSV.js "access 1 week"
ExpiresByType cgi-bin/img/BAR.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0001_geneLocusAutofill.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0002_selectDataset.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0003_selectOptions.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0004_yAxisScale.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0005_absoluteMax.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0006_loadData.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0007_hideNav.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0008_eFPOverviewGeneral.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0009_eFPOverviewHover.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0010_GenerateData.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0011_UploadExcel.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0012_TissueSelect.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0013_bulkTemplate.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0014_manageAccount.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0015_downloadTableAsImage.png "access 1 week"
ExpiresByType cgi-bin/img/landingPage_w1240.png "access 1 week"
ExpiresActive On
ExpiresByType cgi-bin/SVG/OpenMenu/SVG "access 1 week"
ExpiresByType cgi-bin/core/APInLibraries/GoogleMaterial/material.green-pink.min.css "access 1 week"
ExpiresByType cgi-bin/core/APInLibraries/GoogleMaterial/material.min.js "access 1 week"
ExpiresByType cgi-bin/core/bootstrap/bootstrap4-0-0-beta-2.min.css "access 1 week"
ExpiresByType cgi-bin/core/bootstrap/bootstrap4-0-0.min.js "access 1 week"
ExpiresByType cgi-bin/core/bootstrap/popper.min.js "access 1 week"
ExpiresByType cgi-bin/core/ddslick/jquery.ddslick.min.js "access 1 week"
ExpiresByType cgi-bin/core/html2canvas/html2canvas.js "access 1 week"
ExpiresByType cgi-bin/core/jquery-3.3.1/jquery.min.js "access 1 week"
ExpiresByType cgi-bin/core/jquery-ui-1.12.1.custom/jquery-ui.min.js "access 1 week"
ExpiresByType cgi-bin/core/tablefilter/tablefilter.min.js "access 1 week"
ExpiresByType cgi-bin/core/tabletoCSV/jquery.tabletoCSV.js "access 1 week"
ExpiresByType cgi-bin/img/BAR.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0001_geneLocusAutofill.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0002_selectDataset.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0003_selectOptions.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0004_yAxisScale.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0005_absoluteMax.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0006_loadData.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0007_hideNav.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0008_eFPOverviewGeneral.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0009_eFPOverviewHover.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0010_GenerateData.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0011_UploadExcel.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0012_TissueSelect.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0013_bulkTemplate.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0014_manageAccount.png "access 1 week"
ExpiresByType cgi-bin/img/helpModal/0015_downloadTableAsImage.png "access 1 week"
ExpiresByType cgi-bin/img/landingPage_w1240.png "access 1 week"
</IfModule>
## BROWSER CACHING FOR STATIC FILES ##

## GZIP COMPRESSION ##
<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file .(html?|txt|js|css|jpg|png|bai|xml|ico|svg|webmanifest|xlsx|webp)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file .(html?|txt|js|css|jpg|png|bai|xml|ico|svg|webmanifest|xlsx|webp)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</IfModule>
## GZIP COMPRESSION ##

Expand Down
1 change: 0 additions & 1 deletion cgi-bin/SVGs/10dayOldSeedling.min.svg

This file was deleted.

57 changes: 11 additions & 46 deletions cgi-bin/SVGs/10dayOldSeedling.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7b382bc

Please sign in to comment.