Skip to content

Commit

Permalink
Merge pull request #158 from timruffles/patch-1
Browse files Browse the repository at this point in the history
Make it clear how to skip htmlmin
  • Loading branch information
hvdb committed May 13, 2016
2 parents 4bdd608 + 3d05577 commit 7b85251
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b85251

Please sign in to comment.