Skip to content
Snippets Groups Projects
Commit 0d0213c9 authored by Robert Lange's avatar Robert Lange
Browse files

refs #21603 [finc] use separate task for grunt manual

parent 004baddd
No related merge requests found
...@@ -245,7 +245,7 @@ module.exports = function(grunt) { ...@@ -245,7 +245,7 @@ module.exports = function(grunt) {
}); });
grunt.registerTask('default', ['scss']); grunt.registerTask('default', ['scss']);
grunt.registerTask('default', function help() { grunt.registerTask('help', function help() {
grunt.log.writeln(`\nHello! Here are your grunt command options: grunt.log.writeln(`\nHello! Here are your grunt command options:
- grunt less = compile and compress all themes' LESS files to css. - grunt less = compile and compress all themes' LESS files to css.
......
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