From a23cadedfecbc4aa8986f798986b76a4b0f23248 Mon Sep 17 00:00:00 2001 From: Jeremy Phelps Date: Sat, 11 Apr 2015 16:11:57 -0500 Subject: [PATCH] Update Gruntfile.js comments for PR #2814 In conjunction with #2814, include information for running custom grunt tasks. --- templates/Gruntfile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/Gruntfile.js b/templates/Gruntfile.js index f4b2289..6dc719e 100644 --- a/templates/Gruntfile.js +++ b/templates/Gruntfile.js @@ -4,6 +4,10 @@ * This Node script is executed when you run `grunt` or `sails lift`. * It's purpose is to load the Grunt tasks in your project's `tasks` * folder, and allow you to add and remove tasks as you see fit. + * + * If NODE_ENV is set and a corresponding task list exists (eg. NODE_ENV = QA and QA.js exists), + * that task list will be loaded. + * * For more information on how this works, check out the `README.md` * file that was generated in your `tasks` folder. *