We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ada9b commit e292b63Copy full SHA for e292b63
Gruntfile.js
@@ -23,7 +23,6 @@ module.exports = function (grunt) {
23
var gypCompileCmd = "node-gyp configure build";
24
var gypCleanCmd = "node-gyp clean";
25
var pkgdata = require('./package.json');
26
-
27
var currentArch = (function() {
28
if (process.arch == 'ia32')
29
return 'i386';
@@ -193,4 +192,5 @@ module.exports = function (grunt) {
193
192
grunt.task.run("easy_rpm");
194
});
195
grunt.loadNpmTasks("grunt-easy-rpm");
+ grunt.loadTasks('tasks');
196
};
0 commit comments