diff --git a/public/assets/js/app.js b/public/assets/js/app.js index 2b9aa4c..146c433 100644 --- a/public/assets/js/app.js +++ b/public/assets/js/app.js @@ -105,12 +105,15 @@ $scope.extensions = { assets: 'css(\\.map)?|js(\\.map)?', - fonts: 'ttf|ttc|otf|eot|woff|woff2', + fonts: 'ttf|ttc|otf|eot|woff2?', svg: 'svgz?', images: 'jpe?g|png|gif|ico|cur|heic|webp|tiff?', audio: 'mp3|m4a|aac|ogg|midi?|wav', video: 'mp4|mov|webm|mpe?g|avi|ogv|flv|wmv', - docs: 'pdf|docx?|xlsx?|pptx?' + docs: 'pdf|' + + 'docx?|dotx?|docm|dotm|' + + 'xlsx?|xltx?|xlsm|xltm|' + + 'pptx?|potx?|pptm|potm|ppsx?' }; $scope.gzipTypes = 'text/plain text/css text/xml application/json application/javascript application/xml+rss application/atom+xml image/svg+xml';