/usr/lib/nodejs/grunt-contrib-internal/tasks/build-contrib.js is in node-grunt-contrib-internal 1.2.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | /*
* grunt-contrib-internal
* http://gruntjs.com/
*
* Copyright (c) 2016 Tyler Kellen, contributors
* Licensed under the MIT license.
*/
'use strict';
module.exports = function(grunt) {
grunt.registerTask('build-contrib', ['contrib-ci', 'contrib-core']);
};
|