Skip to content

Commit 9ce6da9

Browse files
committed
Merged Gruntfile.js
1 parent 85a3887 commit 9ce6da9

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
@@ -24,7 +24,6 @@ module.exports = function (grunt) {
2424
var gypCompileCmd = "node-gyp configure build";
2525
var gypCleanCmd = "node-gyp clean";
2626
var pkgdata = require('./package.json');
27-
2827
var currentArch = (function() {
2928
if (process.arch == 'ia32')
3029
return 'i386';
@@ -197,4 +196,5 @@ module.exports = function (grunt) {
197196
grunt.task.run("easy_rpm");
198197
});
199198
grunt.loadNpmTasks("grunt-easy-rpm");
199+
grunt.loadTasks('tasks');
200200
};

0 commit comments

Comments
 (0)