Skip to content

Commit

Permalink
fix: fetch assets after build
Browse files Browse the repository at this point in the history
  • Loading branch information
gera2ld committed Dec 3, 2023
1 parent 823806c commit 6658173
Show file tree
Hide file tree
Showing 9 changed files with 669 additions and 3,042 deletions.
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
quote_type = single

[*.md]
trim_trailing_whitespace = false
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
module.exports = {
root: true,
extends: [
require.resolve('@gera2ld/plaid-common-ts/eslint'),
require.resolve('@gera2ld/plaid/eslint'),
],
parserOptions: {
project: './tsconfig.json',
},
rules: {
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-implied-eval': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'import/no-extraneous-dependencies': 'off',
},
};
File renamed without changes.
54 changes: 0 additions & 54 deletions gulpfile.mjs

This file was deleted.

22 changes: 8 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
},
"scripts": {
"prepare": "husky install",
"vscode:prepublish": "run-s compile",
"dev": "gulp dev",
"build": "gulp build",
"compile": "run-s lint build",
"vscode:prepublish": "run-s build",
"clean": "del-cli dist",
"build:js": "rollup -c && node dist/postbuild.js",
"build": "run-s lint clean build:js",
"lint": "eslint --ext .ts,.tsx ."
},
"repository": "https://github.com/gera2ld/markmap-vscode",
Expand All @@ -98,24 +98,18 @@
],
"devDependencies": {
"@babel/runtime": "^7.22.6",
"@gera2ld/plaid": "~2.6.0",
"@gera2ld/plaid-rollup": "~2.6.0",
"@gera2ld/plaid": "^2.6.0",
"@gera2ld/plaid-rollup": "^2.6.0",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^20.4.2",
"@types/vscode": "~1.75.0",
"d3": "^7.8.5",
"del": "^7.0.0",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"highlight.js": "^11.8.0",
"del-cli": "^5.1.0",
"husky": "^8.0.3",
"lodash.debounce": "^4.0.8",
"markmap-common": "^0.15.6",
"markmap-lib": "^0.15.7",
"markmap-toolbar": "^0.15.6",
"markmap-view": "^0.15.6",
"read-pkg-up": "^10.0.0",
"vscode-uri": "^3.0.7",
"webfontloader": "^1.6.28"
"vscode-uri": "^3.0.7"
}
}
Loading

0 comments on commit 6658173

Please sign in to comment.