Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Update Gruntfile.js comments for PR #2814 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down