Skip to content

Commit 03e8fc1

Browse files
committed
Fix copyright banner not appearing in dist
1 parent a8a60ff commit 03e8fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ module.exports = function(grunt) {
9090

9191
browserify: {
9292
options: {
93+
banner: grunt.file.read('template/_copyright.js'),
9394
browserifyOptions: {
94-
banner: grunt.file.read('template/_copyright.js'),
9595
standalone: 'Raven' // umd
9696

9797
},

0 commit comments

Comments
 (0)