Remove unused standaloneBuilder var from Gruntfile

This commit is contained in:
Christopher Amavisca
2015-02-04 17:04:20 -08:00
parent a84e0cd8ef
commit e1249ac89a

View File

@@ -17,7 +17,6 @@ module.exports = function(grunt) {
grunt.registerTask('default', ['jshint:all']);
var version = require('./grunt/tasks/version.js');
var standaloneBuilder = require('./grunt/tasks/build_standalone.js');
grunt.registerTask('build:copyVersionToGem',
"Propagates the version from package.json to version.rb",