build(): build fix

This commit is contained in:
Torkel Ödegaard
2016-03-30 12:02:44 -07:00
parent 97b304abc9
commit 953f9da3b5
2 changed files with 6 additions and 6 deletions
+1
View File
@@ -18,6 +18,7 @@ module.exports = function (grunt) {
}
config.pkg.version = grunt.option('pkgVer') || config.pkg.version;
console.log('Version', config.pkg.version);
// load plugins
require('load-grunt-tasks')(grunt);