Saved Bookmarks
| 1. |
How Do You Execute Grunt Task? |
|
Answer» You can execute the grunt TASK from COMMAND line. Remember, we have grunt command line INTERFACE. To execute contact MODULE with grunt for all the tasks. grunt CONCAT To execute task with particular target grunt concat:development You can execute the grunt task from command line. Remember, we have grunt command line interface. To execute contact module with grunt for all the tasks. grunt concat To execute task with particular target grunt concat:development |
|