Which plug-in assists with the injection of bower dependency code?
Answers
Answered by
1
Answer:
grunt-wiredep is the plug-in which assists with the injection of bower dependency code.
Explanation:
grunt-wiredep =>
1. It is a Grunt plug-in.
2. When used it injects Bower packages in our source code.
3. This is also using wiredep which sees lot of components which we have and inject the scripts in an efficient and best way.
What is a Grunt?
It can be said as Javascript Task runner and is a tool used to perform frequent tasks i.e. minification , testing etc.
Answered by
2
Answer: grunt-wiredep is the plug-in which assists with the injection of bower dependency code.
Similar questions