We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d218d commit 4764627Copy full SHA for 4764627
Gruntfile.js
@@ -65,10 +65,10 @@ module.exports = function(grunt) {
65
core: {
66
options: {
67
banner: "<%= banner %>\n" +
68
+ "var CSSLint = (function(){\n" +
69
// Hack for using the node version of parserlib and clone
- "var module = module || {},\n" +
70
- " exports = exports || {};\n\n" +
71
- "var CSSLint = (function(){\n",
+ " var module = module || {},\n" +
+ " exports = exports || {};\n\n",
72
footer: "\nreturn CSSLint;\n})();"
73
},
74
src: [
0 commit comments