From 14a1582d488369ee93f3644c8b4dcd0af6889113 Mon Sep 17 00:00:00 2001 From: Kaushik Thirthappa Date: Thu, 21 Jan 2016 13:52:31 +0530 Subject: [PATCH] adding register task name issue on README for better clarity --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c43b416..ab5045d 100644 --- a/README.md +++ b/README.md @@ -196,8 +196,11 @@ less: { } } } + +grunt.registerTask('less-task', ['less:production']); ``` +**Refer to [this issue](https://github.com/gruntjs/grunt-contrib-less/issues/279#issuecomment-105737304) and [Grunt Doc](http://gruntjs.com/frequently-asked-questions#why-am-i-getting-a-maximum-call-stack-size-exceeded-error) on renaming the task** ## Release History