From e73f26dc421f3db13bbb5c7f12cc6273a97c89d3 Mon Sep 17 00:00:00 2001 From: Clay Walker Date: Mon, 15 Sep 2014 17:23:31 -0700 Subject: [PATCH] Fixed a file naming issue from changing the package.json name per #260. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 2abe02b11d26..8596b0f5c2c9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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