Skip to content

Commit

Permalink
Make it clear how to skip htmlmin
Browse files Browse the repository at this point in the history
  • Loading branch information
timruffles committed Feb 18, 2016
1 parent 4bdd608 commit 3d05577
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 3d05577

Please sign in to comment.