From b8efbd6c07ebcab2f2165033fcea9ded1b9a07a2 Mon Sep 17 00:00:00 2001 From: Scott González Date: Mon, 8 Apr 2013 14:43:37 -0400 Subject: Build: Change single quotes to double quotes. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gruntfile.js') 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" -- cgit v1.2.3