big updat:
- update dependencies - add webp support and webp conversion for profile images
This commit is contained in:
parent
19c3dbb42d
commit
95aaaa69ea
244 changed files with 121382 additions and 86 deletions
22
node_modules/gif.js/site/config.json
generated
vendored
Normal file
22
node_modules/gif.js/site/config.json
generated
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"locals": {
|
||||
"name": "gif.js",
|
||||
"url": "http://jnordberg.github.io/gif.js",
|
||||
"description": "Full-featured JavaScript GIF encoder that runs in your browser.",
|
||||
"keywords": "gif, encoder, animation, browser, unicorn",
|
||||
"version": "3"
|
||||
},
|
||||
"baseUrl": "/gif.js/",
|
||||
"require": {
|
||||
"hljs": "highlight.js"
|
||||
},
|
||||
"nunjucks": {
|
||||
"autoescape": false
|
||||
},
|
||||
"plugins": [
|
||||
"wintersmith-browserify",
|
||||
"wintersmith-less",
|
||||
"wintersmith-nunjucks",
|
||||
"./plugins/jsignore.coffee"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue