microjs / microjs.com

Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit!

Home Page:http://microjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some errors with existing libraries

SheetJSDev opened this issue · comments

running make against the current HEAD (https://github.com/madrobby/microjs.com/tree/6c9370be904ec3e9c4b03a4ab140086d955273ee) shows:

ERROR:   detect-indent        Uglify error: Unexpected token: name (Found)
WARNING: Émile                Too old! Last pushed to GitHub @ 12/May/10, ignoring [2010-05-12T13:36:10Z] vs [undefined]
ERROR:   es6-shim             gzipped file too big, 7.3 kB is not "micro", ignoring
ERROR:   Platform.js          gzipped file too big, 5 kB is not "micro", ignoring
ERROR:   List.js              gzipped file too big, 5.1 kB is not "micro", ignoring
ERROR:   jvent.js             Uglify error: Unexpected token: name (Found)
ERROR:   MinifiedJS           gzipped file too big, 8.2 kB is not "micro", ignoring
WARNING: SVGEventListener     GitHub says: Not Found
WARNING: henka                GitHub says: Not Found

I'm currently getting issues myself on existing libraries:

ERROR:   Muject               minified size is suspiciously small: 0.1 kB, ignoring
ERROR:   once.js              minified size is suspiciously small: 0.1 kB, ignoring
ERROR:   Mithril              gzipped file too big, 5.2 kB is not "micro", ignoring
ERROR:   Chop.js              gzipped file too big, 6.9 kB is not "micro", ignoring
ERROR:   Dom.js               gzipped file too big, 5.3 kB is not "micro", ignoring
ERROR:   Pegasus              Uglify error: Unexpected token: name (Found)
ERROR:   PerfNow.js           Uglify error: Unexpected token: name (Found)
ERROR:   detect-indent        Uglify error: Unexpected character '#'
WARNING: OneDollar.js         GitHub says: Not Found
ERROR:   Modernizr            zero-length source
ERROR:   Underscore           zero-length source
WARNING: Émile                Too old! Last pushed to GitHub @ 12/May/10, ignoring [2010-05-12T13:36:10Z] vs [undefined]
ERROR:   yepnope              Uglify error: Unexpected token: name (Found)
ERROR:   es6-shim             gzipped file too big, 8.4 kB is not "micro", ignoring
ERROR:   microjungle          Uglify error: Unexpected token: name (Found)
ERROR:   SeXHR                Uglify error: Unexpected token: name (Found)
ERROR:   topbar               Uglify error: Unexpected token: operator (<)
ERROR:   Platform.js          gzipped file too big, 5.3 kB is not "micro", ignoring
ERROR:   jundo                Uglify error: Unexpected token: operator (<)
ERROR:   String::format       Uglify error: Unexpected token: name (ValueError)
ERROR:   List.js              gzipped file too big, 5.1 kB is not "micro", ignoring
ERROR:   string.js            gzipped file too big, 7.6 kB is not "micro", ignoring
ERROR:   Hammer.js            gzipped file too big, 6.1 kB is not "micro", ignoring
ERROR:   MinifiedJS           gzipped file too big, 8.2 kB is not "micro", ignoring
ERROR:   JSONP                Uglify error: Unexpected token: name (Found)
WARNING: handlebars-autorenderer GitHub says: Not Found
WARNING: O.o.tree             GitHub says: Not Found
ERROR:   O.o.tree             raw size is suspiciously small: 0.3 kB, ignoring

Hi,
feel free to fork it, fix it and make a PR.
GitHub says: Not Found and Uglify error: Unexpected character are mostly easy fixable.

Will be addressing these soon