fix double quote

This commit is contained in:
Eonasdan 2015-04-04 20:12:06 -04:00
parent e3994ddeab
commit ec39a94cf3

View File

@ -4,7 +4,7 @@ module.exports = function(grunt) {
require("load-grunt-tasks")(grunt); require("load-grunt-tasks")(grunt);
grunt.initConfig({ grunt.initConfig({
pkg: grunt.file.readJSON('package.json'), pkg: grunt.file.readJSON("package.json"),
// Compile less to .css // Compile less to .css
// Compile less to .min.css // Compile less to .min.css