mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
grunt ‘jshint’task에서 jQuery 파일 제외.
This commit is contained in:
parent
1aa4c8e9a7
commit
608cdf138a
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ module.exports = function(grunt) {
|
||||||
'modules/widget/tpl/js/generate_code.js',
|
'modules/widget/tpl/js/generate_code.js',
|
||||||
'modules/widget/tpl/js/widget.js',
|
'modules/widget/tpl/js/widget.js',
|
||||||
'modules/widget/tpl/js/widget_admin.js',
|
'modules/widget/tpl/js/widget_admin.js',
|
||||||
|
'!**/jquery*.js',
|
||||||
'!**/*.min.js',
|
'!**/*.min.js',
|
||||||
'!**/*-packed.js'
|
'!**/*-packed.js'
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue