Build: stop relying on grunt, nodejs, npm.
Use a Makefile to concatenate the file (and so, drop grunt). Allow to build without linting Fetch external dependencies with curl. As they are few, it simplifies the process. Keep a local copy of the dependencies. Add Jison call in the build process. JSLint can be also triggered from the makefile, and installed how the developper prefers. Drop the package.json, as jIO is for now not published on npm website. Remove unused libraries.
Showing
Gruntfile.js
deleted
100644 → 0
config.mk
0 → 100644
external/lz-string.js
0 → 100644
This diff is collapsed.
This diff is collapsed.
external/qunit.css
0 → 100644
external/qunit.js
0 → 100644
This diff is collapsed.
external/renderjs-latest.js
0 → 100644
This diff is collapsed.
external/rsvp-2.0.4.js
0 → 100644
This diff is collapsed.
external/rusha.js
0 → 100644
This diff is collapsed.
external/sinon.js
0 → 100644
This diff is collapsed.
external/uritemplate.js
0 → 100644
This diff is collapsed.
lib/jquery/jquery.js
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
lib/sjcl/sjcl.js
deleted
100644 → 0
This diff is collapsed.
package.json
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment