From 7e72c393e114b9f74cd663cd10321d09de65ae76 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 23 Mar 2016 19:34:38 +0200 Subject: [PATCH] Update docs. [ci skip] --- docs/uglify-examples.md | 2 +- docs/uglify-options.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/uglify-examples.md b/docs/uglify-examples.md index b3513eb2..acbc9580 100644 --- a/docs/uglify-examples.md +++ b/docs/uglify-examples.md @@ -204,7 +204,7 @@ grunt.initConfig({ options: { compress: { global_defs: { - "DEBUG": false + 'DEBUG': false }, dead_code: true } diff --git a/docs/uglify-options.md b/docs/uglify-options.md index c502114c..db5d879f 100644 --- a/docs/uglify-options.md +++ b/docs/uglify-options.md @@ -127,13 +127,13 @@ Turn on preservation of comments. Type: `String` Default: `''` -This string will be prepended to the minified output. Template strings (e.g. `<%= config.value %>` will be expanded automatically. +This string will be prepended to the minified output. Template strings (e.g. `<%= config.value %>` will be expanded automatically. ## footer Type: `String` Default: `''` -This string will be appended to the minified output. Template strings (e.g. `<%= config.value %>` will be expanded automatically. +This string will be appended to the minified output. Template strings (e.g. `<%= config.value %>` will be expanded automatically. ## screwIE8 Type: `Boolean`