diff --git a/Gruntfile.js b/Gruntfile.js index 6dfb0ce6..09246065 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -170,7 +170,7 @@ module.exports = function(grunt) { newContents += grunt.file.read( basePath + name + '.js' ) + '\n'; newContents += "\n/*>>"+name+"*/\n"; }); - newContents+= "})(window.jQuery || window.Zepto);"; + newContents+= " _checkInstance(); })(window.jQuery || window.Zepto);"; grunt.file.write( this.data.dest, newContents ); });