diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-04-08 14:43:37 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-04-08 14:44:24 -0400 |
commit | b8efbd6c07ebcab2f2165033fcea9ded1b9a07a2 (patch) | |
tree | 2c260f143fe622b696281e390a5e006cfe66e9c0 /Gruntfile.js | |
parent | ab84e037ed919015e24ac3d7e61960290a6062af (diff) | |
download | jquery-ui-b8efbd6c07ebcab2f2165033fcea9ded1b9a07a2.tar.gz jquery-ui-b8efbd6c07ebcab2f2165033fcea9ded1b9a07a2.zip |
Build: Change single quotes to double quotes.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
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" |