Skip to content

Commit

Permalink
Fixes #19, #20 Use uglify in sys command example
Browse files Browse the repository at this point in the history
To make the example clearer, I shouldn't use the same tool as referenced
in the 'gem' portion of the config
  • Loading branch information
moshen committed Apr 19, 2014
1 parent 7974327 commit 647f436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ To compress with a system command, enter it for the
appropriate asset type:

compress:
js: yuicompressor -o :outfile :infile
js: uglifyjs :infile -o :outfile -c

This example will run a yuicompressor command from your PATH
This example will run a `uglifyjs` command from your PATH
while substituting :outfile and :infile for temporary files
stored in `_asset_bundler_cache`.

Expand Down

0 comments on commit 647f436

Please sign in to comment.