Saved Bookmarks
| 1. |
Where Do You Define Configuration Of Grunt Plugin? |
|
Answer» GRUNT plugin configuration needs to be DEFINED within grunt.initConfig method. See below sample CODE.
Above code configures concat and uglify tasks. Grunt plugin configuration needs to be defined within grunt.initConfig method. See below sample code. Above code configures concat and uglify tasks. |
|