Commit bab24025 authored by Mark Otto's avatar Mark Otto

Merge branch 'master' into docs_derp

parents 905adb5b e3aa3586
...@@ -318,7 +318,7 @@ module.exports = function (grunt) { ...@@ -318,7 +318,7 @@ module.exports = function (grunt) {
// CSS distribution task. // CSS distribution task.
grunt.registerTask('dist-css', ['less', 'csscomb', 'usebanner']); grunt.registerTask('dist-css', ['less', 'csscomb', 'usebanner']);
// Fonts distribution task. // Docs distribution task.
grunt.registerTask('dist-docs', ['copy:docs']); grunt.registerTask('dist-docs', ['copy:docs']);
// Full distribution task. // Full distribution task.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment