Skip to content

Commit

Permalink
Docs: Remove some JS deps
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jan 27, 2025
1 parent 5849b74 commit fe7c287
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 111 deletions.
2 changes: 0 additions & 2 deletions docs/theme/assets/pymdownx-extras/extra-38dae67b1c.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/theme/assets/pymdownx-extras/extra-38dae67b1c.css.map

This file was deleted.

2 changes: 2 additions & 0 deletions docs/theme/assets/pymdownx-extras/extra-9c462a2eae.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/theme/assets/pymdownx-extras/extra-9c462a2eae.css.map

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions gulpfile.babel.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import * as sassCompiler from "sass"
import postcss from "gulp-postcss"
import scss from "postcss-scss"
import autoprefixer from "autoprefixer"
import cleanCSS from "gulp-clean-css"
import childProcess from "child_process"
import gulpif from "gulp-if"
import concat from "gulp-concat"
Expand Down Expand Up @@ -178,10 +177,10 @@ gulp.task("scss:build:sass", () => {
"node_modules/modularscale-sass/stylesheets",
"node_modules/material-design-color",
"node_modules/material-shadows"],
silenceDeprecations: ['legacy-js-api']
silenceDeprecations: ['legacy-js-api'],
style: "compressed"
}).on("error", sass.logError))
.pipe(postcss(plugins))
.pipe(gulpif(config.compress.enabled, cleanCSS()))
.pipe(
vinylPaths(
filepath => {
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ extra:
link: https://github.com/facelessuser
extra_css:
# - https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css
- assets/pymdownx-extras/extra-38dae67b1c.css
- assets/pymdownx-extras/extra-9c462a2eae.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/[email protected]/dist/mermaid.min.js
# - https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js
Expand Down
102 changes: 0 additions & 102 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@
"@rollup/plugin-terser": "^0.4.4",
"autoprefixer": "^10.4.20",
"babel-core": "^7.0.0-bridge.0",
"clean-css": "^5.3.3",
"css-mqpacker": "^7.0.0",
"del": "^8.0.0",
"eslint": "^9.18.0",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
Expand Down

0 comments on commit fe7c287

Please sign in to comment.