Skip to content

Commit

Permalink
add node package for webp mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
nathakits committed Jun 1, 2017
1 parent 1da393a commit 2cca3ab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"moment": "moment",
"_": "underscore",
"typogr": "typogr",
"imageSize": "image-size"
"imageSize": "image-size",
"fs": "fs",
"path": "path"
},
"jade": {
"pretty": true
Expand Down
5 changes: 4 additions & 1 deletion config_production.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"require": {
"moment": "moment",
"_": "underscore",
"typogr": "typogr"
"typogr": "typogr",
"imageSize": "image-size",
"fs": "fs",
"path": "path"
},
"jade": {
"pretty": true
Expand Down
5 changes: 4 additions & 1 deletion config_staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"require": {
"moment": "moment",
"_": "underscore",
"typogr": "typogr"
"typogr": "typogr",
"imageSize": "image-size",
"fs": "fs",
"path": "path"
},
"jade": {
"pretty": true
Expand Down

0 comments on commit 2cca3ab

Please sign in to comment.