+1 vote
in JavaScript by

Include Bower Dependency in Grunt.JS

1 Answer

0 votes
by
Include Bower Dependency
Include Bower Dependency

grunt-wiredep task helps with injecting the Bower dependencies into your HTML code from Grunt.

This plug-in uses wiredep, which assists to look into all components you have, then determines the best order to inject your scripts in to your HTML file.

Install the wiredep plug-in through below syntax

$ npm install --save-dev grunt-wiredep
...