From 608cdf138a4f2a15c9ef3ffaf86494d440cf893a Mon Sep 17 00:00:00 2001 From: bnu Date: Sun, 24 Nov 2013 00:37:11 +0900 Subject: [PATCH] =?UTF-8?q?grunt=20=E2=80=98jshint=E2=80=99task=EC=97=90?= =?UTF-8?q?=EC=84=9C=20jQuery=20=ED=8C=8C=EC=9D=BC=20=EC=A0=9C=EC=99=B8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 4bc54e98d..96e01d794 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -118,6 +118,7 @@ module.exports = function(grunt) { 'modules/widget/tpl/js/generate_code.js', 'modules/widget/tpl/js/widget.js', 'modules/widget/tpl/js/widget_admin.js', + '!**/jquery*.js', '!**/*.min.js', '!**/*-packed.js' ],