Skip to content

Commit fe7c287

Browse files
committed
Docs: Remove some JS deps
1 parent 5849b74 commit fe7c287

File tree

8 files changed

+6
-111
lines changed

8 files changed

+6
-111
lines changed

docs/theme/assets/pymdownx-extras/extra-38dae67b1c.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/theme/assets/pymdownx-extras/extra-38dae67b1c.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/theme/assets/pymdownx-extras/extra-9c462a2eae.css

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

docs/theme/assets/pymdownx-extras/extra-9c462a2eae.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.babel.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import * as sassCompiler from "sass"
1313
import postcss from "gulp-postcss"
1414
import scss from "postcss-scss"
1515
import autoprefixer from "autoprefixer"
16-
import cleanCSS from "gulp-clean-css"
1716
import childProcess from "child_process"
1817
import gulpif from "gulp-if"
1918
import concat from "gulp-concat"
@@ -178,10 +177,10 @@ gulp.task("scss:build:sass", () => {
178177
"node_modules/modularscale-sass/stylesheets",
179178
"node_modules/material-design-color",
180179
"node_modules/material-shadows"],
181-
silenceDeprecations: ['legacy-js-api']
180+
silenceDeprecations: ['legacy-js-api'],
181+
style: "compressed"
182182
}).on("error", sass.logError))
183183
.pipe(postcss(plugins))
184-
.pipe(gulpif(config.compress.enabled, cleanCSS()))
185184
.pipe(
186185
vinylPaths(
187186
filepath => {

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ extra:
239239
link: https://github.com/facelessuser
240240
extra_css:
241241
# - https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css
242-
- assets/pymdownx-extras/extra-38dae67b1c.css
242+
- assets/pymdownx-extras/extra-9c462a2eae.css
243243
extra_javascript:
244244
- https://cdn.jsdelivr.net/npm/[email protected]/dist/mermaid.min.js
245245
# - https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js

package-lock.json

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

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,10 @@
3131
"@rollup/plugin-terser": "^0.4.4",
3232
"autoprefixer": "^10.4.20",
3333
"babel-core": "^7.0.0-bridge.0",
34-
"clean-css": "^5.3.3",
3534
"css-mqpacker": "^7.0.0",
3635
"del": "^8.0.0",
3736
"eslint": "^9.18.0",
3837
"gulp": "^5.0.0",
39-
"gulp-clean-css": "^4.3.0",
4038
"gulp-concat": "^2.6.1",
4139
"gulp-eslint": "^6.0.0",
4240
"gulp-if": "^3.0.0",

0 commit comments

Comments
 (0)