Is there an easy way to remove all HTML whitespace from both preview and build output from Wintersmith, without writing a plugin?
Asked
Active
Viewed 63 times
1 Answers
0
Go to config.json and replace true to false here:
"jade": {
"pretty": false
},

mike.shestakov
- 413
- 3
- 14