mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-27 08:29:53 +03:00
fix double quote
This commit is contained in:
parent
e3994ddeab
commit
ec39a94cf3
|
@ -4,7 +4,7 @@ module.exports = function(grunt) {
|
|||
require("load-grunt-tasks")(grunt);
|
||||
|
||||
grunt.initConfig({
|
||||
pkg: grunt.file.readJSON('package.json'),
|
||||
pkg: grunt.file.readJSON("package.json"),
|
||||
|
||||
// Compile less to .css
|
||||
// Compile less to .min.css
|
||||
|
|
Loading…
Reference in New Issue
Block a user