From e1249ac89acc0d20559da2c66fb3586bb82775fc Mon Sep 17 00:00:00 2001 From: Christopher Amavisca Date: Wed, 4 Feb 2015 17:04:20 -0800 Subject: [PATCH] Remove unused standaloneBuilder var from Gruntfile --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index f17cf3f0..70f5d855 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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",