Skip to content

Commit 7b3cf13

Browse files
committed
work on mobile version, responsive solution
1 parent 40d6235 commit 7b3cf13

25 files changed

Lines changed: 1309 additions & 856 deletions

package-lock.json

Lines changed: 34 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.0.0",
44
"scripts": {
55
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && npm run build-assets-prod && webpack --env joplin-plugin-config=createArchive",
6-
"dist-old": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && npm run build-assets-prod && npm run build-docs && webpack --env joplin-plugin-config=createArchive",
6+
"dist-with-doc": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && npm run build-assets-prod && npm run build-docs && webpack --env joplin-plugin-config=createArchive",
77
"prepare": "npm run dist",
88
"updateVersion": "webpack --env joplin-plugin-config=updateVersion",
99
"update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force",
@@ -37,6 +37,7 @@
3737
"buffer": "^6.0.3",
3838
"chalk": "^4.1.0",
3939
"codemirror": "^5.65.19",
40+
"compression-webpack-plugin": "^11.1.0",
4041
"copy-webpack-plugin": "^11.0.0",
4142
"css-loader": "^7.1.2",
4243
"css-minimizer-webpack-plugin": "^7.0.2",

0 commit comments

Comments
 (0)