build(): build fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user