Skip to content

Commit

Permalink
update Gruntfile to build cleanly as well
Browse files Browse the repository at this point in the history
  • Loading branch information
James Criscuolo committed Jan 19, 2016
1 parent b5da723 commit ffbad80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = function(grunt) {
dest: 'dist/<%= name %>-<%= pkg.version %>.js'
},
options: {
bundleOptions: {
browserifyOptions: {
standalone: 'SIP'
},
postBundleCB: function (err, src, next) {
Expand Down

0 comments on commit ffbad80

Please sign in to comment.