Fixed wrong concat dest in Grunt's 'jqFull' task

This commit is contained in:
Luis Leiva 2016-11-27 20:50:09 +01:00
parent f9b8ac8524
commit 8e372ba6fa
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ module.exports = function(grunt) {
banner: '/*! <%= pkg.description %> (all in one) | v<%= pkg.version %> | <%= grunt.template.today("yyyy-mm-dd") %> */\n'
},
files: {
'dist/jquery.sketchable.full.min.js': [ '<%= concat.full.dest %>' ]
'dist/jquery.sketchable.full.min.js': [ '<%= concat.jqFull.dest %>' ]
}
}
},