Add support to Underscore.js and Date.js

Issue #6 resolved
Igor Santos repo owner created an issue

Create a folder like "lib" or "vendor", download their files, and require: Date goes in the global scope, while Underscore goes inside an _ var.

Comments (6)

  1. Igor Santos reporter
    • moving lib files to Resources folder, the right place
    • removing Underscore and Date requirements from app.js as it does not work. We will need to require them each time the file is needed. refs #6 ! fixing some stuff on calling the initial window

    → <<cset b1ba9b535b6e>>

  2. Log in to comment