#358 minify x.js

This commit is contained in:
bnu 2014-01-22 15:33:18 +09:00
parent ecdfee25c1
commit be78d9e349
3 changed files with 459 additions and 495 deletions

View file

@ -52,6 +52,7 @@ module.exports = function(grunt) {
},
'modules': {
files: {
'common/js/x.min.js' : ['common/js/x.js'],
// addon
'addons/captcha/captcha.min.js' : ['addons/captcha/captcha.js'],
'addons/captcha_member/captcha.min.js' : ['addons/captcha_member/captcha.js'],

File diff suppressed because it is too large Load diff

39
common/js/x.min.js vendored

File diff suppressed because one or more lines are too long