You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -414,9 +414,9 @@ grunt.initConfig({
414
414
415
415
#### Conditional compilation
416
416
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.
418
418
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).
0 commit comments