From ffbad80b917166211c6ced2836fdc00f77258df7 Mon Sep 17 00:00:00 2001 From: James Criscuolo Date: Tue, 19 Jan 2016 17:09:28 -0500 Subject: [PATCH] update Gruntfile to build cleanly as well --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 13278d733..ef66bb986 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -52,7 +52,7 @@ module.exports = function(grunt) { dest: 'dist/<%= name %>-<%= pkg.version %>.js' }, options: { - bundleOptions: { + browserifyOptions: { standalone: 'SIP' }, postBundleCB: function (err, src, next) {