Normalize capitalization, puntuation and spelling of plugin tags
This commit is contained in:
parent
092b7d379b
commit
c90aa54623
|
@ -14,5 +14,5 @@ headers
|
||||||
anchors
|
anchors
|
||||||
table of contents
|
table of contents
|
||||||
markdown-config
|
markdown-config
|
||||||
makrdown-meta-init
|
markdown-meta-init
|
||||||
markdown-meta-postprocess
|
markdown-meta-postprocess
|
||||||
|
|
|
@ -4,8 +4,8 @@ name: lektor-minify
|
||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
|
|
||||||
django_htmlmin
|
django-htmlmin
|
||||||
rCSSmin
|
RCSSmin
|
||||||
rJSmin
|
rJSmin
|
||||||
minify
|
minify
|
||||||
HTML
|
HTML
|
||||||
|
|
|
@ -7,6 +7,6 @@ categories: build
|
||||||
tags:
|
tags:
|
||||||
|
|
||||||
HTML
|
HTML
|
||||||
scss
|
SCSS
|
||||||
sass
|
Sass
|
||||||
after-build-all
|
after-build-all
|
||||||
|
|
|
@ -7,7 +7,7 @@ categories: build
|
||||||
tags:
|
tags:
|
||||||
|
|
||||||
SCSS
|
SCSS
|
||||||
SASS
|
Sass
|
||||||
minify
|
minify
|
||||||
libsass
|
libsass
|
||||||
before_build_all
|
before-build-all
|
||||||
|
|
|
@ -13,7 +13,7 @@ webpack
|
||||||
npm
|
npm
|
||||||
Yarn
|
Yarn
|
||||||
Node
|
Node
|
||||||
sCSS
|
SCSS
|
||||||
server-spawn
|
server-spawn
|
||||||
server-stop
|
server-stop
|
||||||
before-build-all
|
before-build-all
|
||||||
|
|
Loading…
Reference in New Issue