feat: Add offline resource of fonts and lib

replaced CDN links with offline resource

Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
Pranav C
2021-06-24 19:22:18 +05:30
parent 439c3defbc
commit db4e0aafeb
66 changed files with 3984 additions and 9 deletions

View File

@@ -11,7 +11,6 @@
"build:copy:jsdeliver": "EE=true npm run build; rm -rf ../nc-lib-gui/lib/dist/; rsync -rvzh ./dist/ ../nc-lib-gui/lib/dist/ ; npm publish ../nc-lib-gui"
},
"dependencies": {
"@mdi/font": "^3.5.95",
"@nuxtjs/axios": "^5.12.0",
"@nuxtjs/toast": "^3.3.0",
"ace-builds": "^1.4.12",
@@ -59,7 +58,7 @@
"@nuxtjs/vuetify": "^1.11.2",
"cypress": "^7.3.0",
"monaco-editor-webpack-plugin": "^1.9.1",
"webpack-obfuscator": "^1.9.0",
"sass": "~1.32.12"
"sass": "~1.32.12",
"webpack-obfuscator": "^1.9.0"
}
}