From 2cca3abf5d67935fb289d905373c43537be43431 Mon Sep 17 00:00:00 2001 From: Nathakit Date: Thu, 1 Jun 2017 16:25:08 +0700 Subject: [PATCH] add node package for webp mixin --- config.json | 4 +++- config_production.json | 5 ++++- config_staging.json | 5 ++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index e4f0671b..912db1c5 100644 --- a/config.json +++ b/config.json @@ -17,7 +17,9 @@ "moment": "moment", "_": "underscore", "typogr": "typogr", - "imageSize": "image-size" + "imageSize": "image-size", + "fs": "fs", + "path": "path" }, "jade": { "pretty": true diff --git a/config_production.json b/config_production.json index c246538d..1fec6eaa 100644 --- a/config_production.json +++ b/config_production.json @@ -15,7 +15,10 @@ "require": { "moment": "moment", "_": "underscore", - "typogr": "typogr" + "typogr": "typogr", + "imageSize": "image-size", + "fs": "fs", + "path": "path" }, "jade": { "pretty": true diff --git a/config_staging.json b/config_staging.json index 009e4125..dfe9070e 100644 --- a/config_staging.json +++ b/config_staging.json @@ -15,7 +15,10 @@ "require": { "moment": "moment", "_": "underscore", - "typogr": "typogr" + "typogr": "typogr", + "imageSize": "image-size", + "fs": "fs", + "path": "path" }, "jade": { "pretty": true