diff options
| author | Mark Otto <[email protected]> | 2013-12-31 13:57:43 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-31 13:57:43 -0800 |
| commit | bab240252ad43f32b4efb04b2a2fde98044c2818 (patch) | |
| tree | a811d67b008b689556adee4fcc179a9cdf0834e5 | |
| parent | 905adb5b838e58558195f45935b908e0980be7cd (diff) | |
| parent | e3aa3586966b59def58de095e5143f4006704e0a (diff) | |
| download | bootstrap-bab240252ad43f32b4efb04b2a2fde98044c2818.tar.xz bootstrap-bab240252ad43f32b4efb04b2a2fde98044c2818.zip | |
Merge branch 'master' into docs_derp
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 5ba7ca8bd..2da15ea33 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -318,7 +318,7 @@ module.exports = function (grunt) { // CSS distribution task. grunt.registerTask('dist-css', ['less', 'csscomb', 'usebanner']); - // Fonts distribution task. + // Docs distribution task. grunt.registerTask('dist-docs', ['copy:docs']); // Full distribution task. |
