grunt-bower-check

0.0.2 • Public • Published

grunt-bower-check

Checks that dependencies specified as repositories (git urls) points to the tags.

Setup

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-bower-check --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-bower-check');

Using grunt-bower-check

Just run

grunt grunt-bower-check

How it works

Module checks bower.json file, which is expected to be in the same directory as Gruntfile.js. If any of repository dependencies don't point to tag you will see an error about that.

Dependencies (3)

Dev Dependencies (6)

Package Sidebar

Install

npm i grunt-bower-check

Weekly Downloads

1

Version

0.0.2

License

none

Last publish

Collaborators

  • bogdannechyporenko