From 83cb7ada7fe3cefcd117b0d6ec2b9c620acfd6db Mon Sep 17 00:00:00 2001 From: Ryan Roemer Date: Sat, 28 Feb 2015 15:59:46 -0800 Subject: [PATCH] Add distribution. --- .gitignore | 3 --- README.md | 4 ++++ dist/simple-console.min.js | 1 + examples/demo.html | 2 +- package.json | 7 +++++-- 5 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 dist/simple-console.min.js diff --git a/.gitignore b/.gitignore index dde2f8e..00a89bf 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,3 @@ npm-debug\.log local coverage - -# Temporary - exclude dist -dist \ No newline at end of file diff --git a/README.md b/README.md index 6dc15a1..c6a2a21 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ con.log("Hello world!"); In your HTML: ```html + + + + ``` diff --git a/dist/simple-console.min.js b/dist/simple-console.min.js new file mode 100644 index 0000000..a38d73a --- /dev/null +++ b/dist/simple-console.min.js @@ -0,0 +1 @@ +!function(e){function t(){if("object"==typeof exports&&"object"==typeof module)module.exports=f;else if("function"==typeof define&&define.amd)define(function(){return f});else{var t="object"==typeof exports?exports:e;t.SimpleConsole=f}}var o,n,r={},i=function(){},l=["memory"],p="assert,clear,count,debug,dir,dirxml,error,exception,group,groupCollapsed,groupEnd,info,log,markTimeline,profile,profiles,profileEnd,show,table,time,timeEnd,timeline,timelineEnd,timeStamp,trace,warn".split(","),c=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)},f=function(e){var t,o=e||this._getConsole(),n=this._getBind(),f=!o;for(e=e||this,o=o||{},t=0;t Simple Console - +