Skip to content

Commit

Permalink
Fixed a file naming issue from changing the package.json name per get…
Browse files Browse the repository at this point in the history
  • Loading branch information
clayzermk1 authored and Mathieu Ghaleb committed Sep 9, 2015
1 parent 1190905 commit e73f26d
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 @@ -70,7 +70,7 @@ module.exports = function(grunt) {
},
core: {
src: coreFiles.concat(plugins),
dest: 'build/<%= pkg.name %>.js'
dest: 'build/raven.js'
},
all: {
files: pluginConcatFiles
Expand Down

0 comments on commit e73f26d

Please sign in to comment.