Skip to content

Commit 246d776

Browse files
author
Derick Bailey
committed
fixed grunt output location for core build
1 parent 9553e97 commit 246d776

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

grunt.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module.exports = function(grunt) {
5454
'<banner:meta.core_banner>',
5555
'<config:rig.core_build.dest>'
5656
],
57-
dest: 'lib/core/marionette.min.js'
57+
dest: 'lib/core/backbone.marionette.min.js'
5858
},
5959

6060
core_amd: {
File renamed without changes.

0 commit comments

Comments
 (0)