We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e5dff commit 9d24237Copy full SHA for 9d24237
README.md
@@ -31,7 +31,7 @@ grunt.initConfig({
31
},
32
your_target: {
33
// Target-specific file lists and/or options go here.
34
- },
+ }
35
}
36
});
37
```
@@ -52,13 +52,13 @@ grunt.initConfig({
52
foo: {
53
files: {
54
'dest/resorted-foo.css': ['src/foo.css'],
55
56
57
bar: {
58
59
60
- 'dest/resorted-bar.css': ['src/bar.css'],
61
+ 'dest/resorted-bar.css': ['src/bar.css']
62
63
64
@@ -76,7 +76,7 @@ grunt.initConfig({
76
config: '/path/to/config.json'
77
78
79
- 'dest/resorted-foo.css': ['src/foo.css'],
+ 'dest/resorted-foo.css': ['src/foo.css']
80
81
82
0 commit comments