Skip to content

Commit d74556f

Browse files
committedFeb 2, 2016
Merge pull request #387 from joeldenning/patch-1
Improve documentation for conditional compilation
2 parents 758b7d5 + 6352022 commit d74556f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -414,9 +414,9 @@ grunt.initConfig({
414414

415415
#### Conditional compilation
416416

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

419-
See [UglifyJS global definitions documentation](http://lisperator.net/uglifyjs/compress#global-defs) for more information.
419+
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).
420420

421421
```js
422422
// Project configuration.

0 commit comments

Comments
 (0)
Please sign in to comment.