Skip to content

Commit

Permalink
Fix copyright banner not appearing in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar committed Jan 4, 2016
1 parent a8a60ff commit 03e8fc1
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 @@ -90,8 +90,8 @@ module.exports = function(grunt) {

browserify: {
options: {
banner: grunt.file.read('template/_copyright.js'),
browserifyOptions: {
banner: grunt.file.read('template/_copyright.js'),
standalone: 'Raven' // umd

},
Expand Down

0 comments on commit 03e8fc1

Please sign in to comment.