Browse Source

readd min file

Robin Herbots 11 years ago
parent
commit
e603505cf5
2 changed files with 15 additions and 0 deletions
  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 }
         }
+        uglifyConfig["inputmaskbundlemin"] = {
+            files: {
+                'dist/<%= pkg.name %>.bundle.min.js': srcFiles
+            },
+            options: { banner: createBanner('<%= pkg.name %>.bundle') }
+        }
         return uglifyConfig;
     }
     function wrapAMDLoader(src, dst, dependencies) {

File diff suppressed because it is too large
+ 9 - 0
dist/jquery.inputmask.bundle.min.js