Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 643 Bytes

File metadata and controls

21 lines (13 loc) · 643 Bytes


grunt-check-outdated/tasks

tasks/index.js: grunt-check-outdated/tasks


grunt-check-outdated/tasks.registerMultiTask(grunt)

Registers the check_outdated multitask with Grunt.

This function is the main entry point to integrate grunt-call-rollup into a Gruntfile. Internally, it forwards to chkoutdated.registerMultiTask.

Param Type Description
grunt grunt The Grunt runtime instance.