aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2013-04-08 14:43:37 -0400
committerScott González <scott.gonzalez@gmail.com>2013-04-08 14:44:24 -0400
commitb8efbd6c07ebcab2f2165033fcea9ded1b9a07a2 (patch)
tree2c260f143fe622b696281e390a5e006cfe66e9c0 /Gruntfile.js
parentab84e037ed919015e24ac3d7e61960290a6062af (diff)
downloadjquery-ui-b8efbd6c07ebcab2f2165033fcea9ded1b9a07a2.tar.gz
jquery-ui-b8efbd6c07ebcab2f2165033fcea9ded1b9a07a2.zip
Build: Change single quotes to double quotes.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index fae88635c..24f84b715 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -73,7 +73,7 @@ var
},
main: {
options: {
- keepSpecialComments: '*'
+ keepSpecialComments: "*"
},
src: "dist/jquery-ui.css",
dest: "dist/jquery-ui.min.css"