Skip to content

Commit

Permalink
Merge pull request #387 from joeldenning/patch-1
Browse files Browse the repository at this point in the history
Improve documentation for conditional compilation
  • Loading branch information
vladikoff committed Feb 2, 2016
2 parents 758b7d5 + 6352022 commit d74556f
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 @@ -414,9 +414,9 @@ grunt.initConfig({

#### Conditional compilation

You can also enable UglifyJS conditional compilation. This is commonly used to remove debug code blocks for production builds.
You can also enable UglifyJS conditional compilation . This is commonly used to remove debug code blocks for production builds.

See [UglifyJS global definitions documentation](http://lisperator.net/uglifyjs/compress#global-defs) for more information.
See [UglifyJS global definitions documentation](http://lisperator.net/uglifyjs/compress#global-defs) for more information. This is equivalent to the command line [`--define` option](https://github.com/mishoo/UglifyJS#use-as-a-code-pre-processor).

```js
// Project configuration.
Expand Down

0 comments on commit d74556f

Please sign in to comment.