UNPKG

winresourcer

Version:

Node wrapper of Anolis Resourcer (windows executable resource editor)

20 lines (15 loc) 299 B
'use strict'; module.exports = function(grunt) { // Project configuration. grunt.initConfig({ // Configuration to be run. winresourcer: { default_options: { options: { } } }, }); // Actually load this plugin's task(s). grunt.loadTasks('tasks'); };