Skip to content

Commit e292b63

Browse files
committed
Merged Gruntfile.js
1 parent e5ada9b commit e292b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module.exports = function (grunt) {
2323
var gypCompileCmd = "node-gyp configure build";
2424
var gypCleanCmd = "node-gyp clean";
2525
var pkgdata = require('./package.json');
26-
2726
var currentArch = (function() {
2827
if (process.arch == 'ia32')
2928
return 'i386';
@@ -193,4 +192,5 @@ module.exports = function (grunt) {
193192
grunt.task.run("easy_rpm");
194193
});
195194
grunt.loadNpmTasks("grunt-easy-rpm");
195+
grunt.loadTasks('tasks');
196196
};

0 commit comments

Comments
 (0)