Socket
Book a DemoInstallSign in
Socket

grunt-reznik

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-reznik

Exposes reznik as a grunt task

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

grunt-reznik

Exposes reznik as a grunt task.

Description

Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-reznik

Add the following line to your project's grunt.js gruntfile:

grunt.loadNpmTasks('grunt-reznik');

Configuration for this grunt task is equal to reznik's command line usage. Example:

grunt.initConfig({
   reznik: {
       all: {
           basePath: 'path/to/src',
           analysis: 'all',
           exclude: 'some/module/loader.js'
       }
   }
});

Execute the task:

grunt reznik:all

FAQs

Package last updated on 07 Feb 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts