2

Is there an easy way to remove all HTML whitespace from both preview and build output from Wintersmith, without writing a plugin?

1 Answers1

0

Go to config.json and replace true to false here:

  "jade": {
    "pretty": false
  },
mike.shestakov
  • 413
  • 3
  • 14