From 3d055774a25286b3a579f719f68be3ad0de4348a Mon Sep 17 00:00:00 2001 From: Tim Ruffles Date: Thu, 18 Feb 2016 09:26:36 +0000 Subject: [PATCH] Make it clear how to skip htmlmin --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ba27d1b..7623f9d 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,9 @@ Without this, the HTML (whitespace and all) will be faithfully compiled down into the final `.js` file. Minifying that file will only cut down on the *Javascript* code, not the *HTML* within the strings. +Note - this does incur a performance cost. Simply leave out this option to +prevent minificaiton. + I recommend using the following settings for production: ```js