[Pkg-javascript-commits] [node-async] 241/480: remove minfied version from repository

Jonas Smedegaard js at moszumanska.debian.org
Fri May 2 08:58:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-async.

commit 0b354c5f8686d37f1d538f59adfce851402aae88
Author: Caolan McMahon <caolan at caolanmcmahon.com>
Date:   Thu Jan 31 12:34:15 2013 +0000

    remove minfied version from repository
---
 .gitignore        | 3 ++-
 dist/async.min.js | 1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3c3629e..8225baa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-node_modules
+/node_modules
+/dist
diff --git a/dist/async.min.js b/dist/async.min.js
deleted file mode 100644
index 46fec84..0000000
--- a/dist/async.min.js
+++ /dev/null
@@ -1 +0,0 @@
-/*global setTimeout: false, console: false */(function(){var a={},b=this,c=b.async;a.noConflict=function(){return b.async=c,a};var d=function(a,b){if(a.forEach)return a.forEach(b);for(var c=0;c<a.length;c+=1)b(a[c],c,a)},e=function(a,b){if(a.map)return a.map(b);var c=[];return d(a,function(a,d,e){c.push(b(a,d,e))}),c},f=function(a,b,c){return a.reduce?a.reduce(b,c):(d(a,function(a,d,e){c=b(c,a,d,e)}),c)},g=function(a){if(Object.keys)return Object.keys(a);var b=[];for(var c in a)a.hasOwnP [...]
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git



More information about the Pkg-javascript-commits mailing list