NOISSUE add minify ‘addon/oembed/‘

This commit is contained in:
bnu 2014-01-15 18:01:37 +09:00
parent b6bdc7912e
commit b14a670655
3 changed files with 3 additions and 1 deletions

View file

@ -83,6 +83,7 @@ module.exports = function(grunt) {
'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'],
'addons/oembed/oembed.min.js': ['addons/oembed/oembed.js'],
}
}
},