浏览代码

readd min file

Robin Herbots 11 年之前
父节点
当前提交
e603505cf5
共有 2 个文件被更改,包括 15 次插入0 次删除
  1. 6 0
      Gruntfile.js
  2. 9 0
      dist/jquery.inputmask.bundle.min.js

+ 6 - 0
Gruntfile.js

@@ -30,6 +30,12 @@ module.exports = function (grunt) {
             },
             },
             options: { banner: createBanner('<%= pkg.name %>.bundle'), beautify: true, mangle: false }
             options: { banner: createBanner('<%= pkg.name %>.bundle'), beautify: true, mangle: false }
         }
         }
+        uglifyConfig["inputmaskbundlemin"] = {
+            files: {
+                'dist/<%= pkg.name %>.bundle.min.js': srcFiles
+            },
+            options: { banner: createBanner('<%= pkg.name %>.bundle') }
+        }
         return uglifyConfig;
         return uglifyConfig;
     }
     }
     function wrapAMDLoader(src, dst, dependencies) {
     function wrapAMDLoader(src, dst, dependencies) {

文件差异内容过多而无法显示
+ 9 - 0
dist/jquery.inputmask.bundle.min.js