Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

no htmlminify anymore? #192

Open
znzn40 opened this issue Jun 7, 2017 · 0 comments
Open

no htmlminify anymore? #192

znzn40 opened this issue Jun 7, 2017 · 0 comments

Comments

@znzn40
Copy link

znzn40 commented Jun 7, 2017

I want to remove whitespace between tags of generated HTML from vue template. However, I did not find any way to do that after read doc and code.

It seems that vueify removed htmlMinifier from lib/compiler.js.
And I found there is an option preserveWhitespace of vue-tempalte-compiler, but in lib/template-compiler.js, vueCompiler does not take any options.....

  var compiled = vueCompiler.compile(template) //missing options here.

Is that a bug or I missed something? Thanks for any help.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant