mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
NOISSUE add minify ‘addon/oembed/‘
This commit is contained in:
parent
7dab4e7e65
commit
b6bdc7912e
3 changed files with 9 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ module.exports = function(grunt) {
|
|||
// modules/poll
|
||||
'modules/poll/tpl/js/poll_admin.min.js': ['modules/poll/tpl/js/poll_admin.js'],
|
||||
'modules/poll/tpl/js/poll.min.js': ['modules/poll/tpl/js/poll.js'],
|
||||
'addons/oembed/jquery.oembed.min.js': ['addons/oembed/jquery.oembed.js'],
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -124,6 +125,11 @@ module.exports = function(grunt) {
|
|||
files: {
|
||||
'modules/editor/skins/xpresseditor/css/default.min.css': ['modules/editor/skins/xpresseditor/css/default.css'],
|
||||
}
|
||||
},
|
||||
'addon-oembed': {
|
||||
files: {
|
||||
'addons/oembed/jquery.oembed.min.css': ['addons/oembed/jquery.oembed.css'],
|
||||
}
|
||||
}
|
||||
},
|
||||
jshint: {
|
||||
|
|
|
|||
1
addons/oembed/jquery.oembed.min.css
vendored
Normal file
1
addons/oembed/jquery.oembed.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
2
addons/oembed/jquery.oembed.min.js
vendored
Normal file
2
addons/oembed/jquery.oembed.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue