spmjs / grunt-cmd-transport

Transport everything into common module.
MIT License
70 stars 32 forks source link

关于模板中的空格问题 #78

Closed uje closed 9 years ago

uje commented 10 years ago

是否做个配置,去除模板中多余的空格?

popomore commented 10 years ago

具体需求是什么,不是所有的空格都能替换的

popomore commented 10 years ago

可以用这个 https://www.npmjs.org/package/htmlclean

uje commented 10 years ago

我在压缩之后发现模板的js里面有很多空格,但是一个tpl里面的空格是缩进生成的,是可以去掉或替换成一个空格的

army8735 commented 10 years ago

htmlclean不行吗?

popomore commented 9 years ago

纯 html 能用 htmlclean,其他模板都是预编译的

uje commented 9 years ago

如果一个插件能完成的为啥要用两个插件呢?

popomore commented 9 years ago

这里的 html 是会把 html 转成 js,可能跟你想的不一样,所以才问你的需求。

uje commented 9 years ago

我的需求是在html转换成js前把空格及注释去掉