mirror of https://github.com/luileito/jsketch.git
Fixed wrong concat dest in Grunt's 'jqFull' task
This commit is contained in:
parent
f9b8ac8524
commit
8e372ba6fa
|
|
@ -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 %>' ]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue