diff options
| author | Mark Otto <[email protected]> | 2014-01-02 10:52:43 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-02 10:52:43 -0800 |
| commit | 60e6e7d4fb97242400348e7021375d361e6bad58 (patch) | |
| tree | 5f9be282a17992bb878c32f7622a4f061dbb1ebd | |
| parent | c583b7965550e60dd51cb11b50628420291463fe (diff) | |
| parent | 0cc4fe6ee37fd63f35288451e408a7a891a90079 (diff) | |
| download | bootstrap-60e6e7d4fb97242400348e7021375d361e6bad58.tar.xz bootstrap-60e6e7d4fb97242400348e7021375d361e6bad58.zip | |
Merge pull request #12063 from ZDroid/tc
Drop trailling comma
| -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'] } } }, |
