diff options
| author | Zlatan Vasović <[email protected]> | 2014-01-02 15:46:13 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-01-02 15:46:13 +0100 |
| commit | 0cc4fe6ee37fd63f35288451e408a7a891a90079 (patch) | |
| tree | 5f9be282a17992bb878c32f7622a4f061dbb1ebd | |
| parent | c583b7965550e60dd51cb11b50628420291463fe (diff) | |
| download | bootstrap-0cc4fe6ee37fd63f35288451e408a7a891a90079.tar.xz bootstrap-0cc4fe6ee37fd63f35288451e408a7a891a90079.zip | |
Drop trailling comma
No need for it.
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 93831b335..9a2a5754e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -189,7 +189,7 @@ module.exports = function (grunt) { }, files: { 'dist/css/<%= pkg.name %>.css': ['dist/css/<%= pkg.name %>.css'], - 'dist/css/<%= pkg.name %>-theme.css': ['dist/css/<%= pkg.name %>-theme.css'], + 'dist/css/<%= pkg.name %>-theme.css': ['dist/css/<%= pkg.name %>-theme.css'] } } }, |
