Implement Slick detection (#2171)

* Implement Slick detection

This can be tested [here](http://spacemacs.org/).

No icons :/

* Fix an alcohol-related typo :3

* Remove a missing icon
main
jvoisin 7 years ago committed by Elbert Alias
parent 09ebc4aa48
commit 41ae79989b

@ -8949,6 +8949,15 @@
"script": "serving-sys\\.com/",
"website": "http://sizmek.com"
},
"Slick": {
"cats": [
12
],
"html": "<link [^>]+(?:/([\\d.]+)/)?slick-theme\\.css\\;version:\\1",
"implies": "jQuery",
"script": "(?:/([\\d.]+))?/slick(?:\\.min)?\\.js\\;version:\\1",
"website": "http://kenwheeler.github.io/slick"
},
"Slimbox": {
"cats": [
12

Loading…
Cancel
Save