reshape / minify

a reshape plugin to minify html output
Other
5 stars 3 forks source link

minify doesn't play well with templates #1

Closed hhsnopek closed 7 years ago

hhsnopek commented 8 years ago

It’s getting locked up on the block(name='content') in each of my spike-rooftop templates

diff --git a/app.production.js b/app.production.js
index 801a52b..15b687a 100644
--- a/app.production.js
+++ b/app.production.js
@@ -118,7 +118,8 @@ module.exports = {
     return htmlStandards({
       webpack: ctx,
       locals: locals,
-      root: `${process.env.REPO_DIR || process.env.PWD}/views`
+      root: `${process.env.REPO_DIR || process.env.PWD}/views`,
+      minify: true
     })
   },
   // adds css minification plugin
jescalan commented 8 years ago

I don't think it's the block -- is there anything else you can give me so I could reproduce this?

jescalan commented 7 years ago

Closing due to inactivity