Removed unnecessary files

This commit is contained in:
squidfunk
2019-09-28 20:07:42 +02:00
parent cb1acef1df
commit 6c99a6a89b
6 changed files with 4855 additions and 77 deletions

View File

@@ -117,6 +117,8 @@ material/assets/javascripts/lunr/%.js: ${LUNR_SOURCE}/%.js | $$(@D)/.
@ echo "+ $@" @ echo "+ $@"
@ cp $< $@ @ cp $< $@
# -----------------------------------------------------------------------------
# Scripts # Scripts
material/assets/javascripts: $$@/lunr material/assets/javascripts: $$@/lunr

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4851
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,7 +23,7 @@
"url": "https://github.com/squidfunk/mkdocs-material.git" "url": "https://github.com/squidfunk/mkdocs-material.git"
}, },
"scripts": { "scripts": {
"build": "make build", "build": "make -j build",
"clean": "make clean", "clean": "make clean",
"lint": "make lint", "lint": "make lint",
"start": "make start" "start": "make start"
@@ -41,6 +41,7 @@
"autoprefixer": "^9.6.1", "autoprefixer": "^9.6.1",
"css-mqpacker": "^7.0.0", "css-mqpacker": "^7.0.0",
"csso-cli": "^2.0.2", "csso-cli": "^2.0.2",
"fuse-box": "^4.0.0-next.139",
"html-minifier": "^4.0.0", "html-minifier": "^4.0.0",
"material-design-color": "^2.3.2", "material-design-color": "^2.3.2",
"material-shadows": "^3.0.1", "material-shadows": "^3.0.1",

View File