Skip to content

Commit

Permalink
Merged Gruntfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
amatas committed Sep 26, 2016
1 parent e5ada9b commit e292b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module.exports = function (grunt) {
var gypCompileCmd = "node-gyp configure build";
var gypCleanCmd = "node-gyp clean";
var pkgdata = require('./package.json');

var currentArch = (function() {
if (process.arch == 'ia32')
return 'i386';
Expand Down Expand Up @@ -193,4 +192,5 @@ module.exports = function (grunt) {
grunt.task.run("easy_rpm");
});
grunt.loadNpmTasks("grunt-easy-rpm");
grunt.loadTasks('tasks');
};

0 comments on commit e292b63

Please sign in to comment.