Saved Bookmarks
| 1. |
What Is --save-dev Option While Installing The Grunt? |
|
Answer» As mentioned in previous ANSWER that “package.json” file holds the METADATA for grunt plugins. So when grunt is installed USING --save-dev option, the metadata is added to package.json. So you don’t have to add it manually. And this is how your package.json will look LIKE,
As mentioned in previous answer that “package.json” file holds the metadata for grunt plugins. So when grunt is installed using --save-dev option, the metadata is added to package.json. So you don’t have to add it manually. And this is how your package.json will look like, |
|