Merge pull request #334 from dairiki/update-plugin-tags
Normalize capitalization, punctuation and spelling of plugin tags, freshen event tags
This commit is contained in:
commit
2330cd27fa
|
@ -14,5 +14,5 @@ headers
|
|||
anchors
|
||||
table of contents
|
||||
markdown-config
|
||||
makrdown-meta-init
|
||||
markdown-meta-init
|
||||
markdown-meta-postprocess
|
||||
|
|
|
@ -4,8 +4,8 @@ name: lektor-minify
|
|||
---
|
||||
tags:
|
||||
|
||||
django_htmlmin
|
||||
rCSSmin
|
||||
django-htmlmin
|
||||
RCSSmin
|
||||
rJSmin
|
||||
minify
|
||||
HTML
|
||||
|
|
|
@ -7,6 +7,9 @@ categories: build
|
|||
tags:
|
||||
|
||||
HTML
|
||||
scss
|
||||
sass
|
||||
after-build-all
|
||||
SCSS
|
||||
Sass
|
||||
before-build-all
|
||||
server-spawn
|
||||
server-stop
|
||||
|
||||
|
|
|
@ -7,7 +7,9 @@ categories: build
|
|||
tags:
|
||||
|
||||
SCSS
|
||||
SASS
|
||||
Sass
|
||||
minify
|
||||
libsass
|
||||
before_build_all
|
||||
before-build-all
|
||||
server-spawn
|
||||
server-stop
|
||||
|
|
|
@ -13,7 +13,7 @@ webpack
|
|||
npm
|
||||
Yarn
|
||||
Node
|
||||
sCSS
|
||||
SCSS
|
||||
server-spawn
|
||||
server-stop
|
||||
before-build-all
|
||||
|
|
Loading…
Reference in New Issue