Closed montlebalm closed 9 years ago
We should remove any third-party dependencies that aren't being used. Here's what I've identified so far:
jquery.min.js
json2.js
json3.js
json3.min.js
JSON
require.min.js
Did I miss anything? Do we need to keep any of the above?
We might want to remove the blurb about unofficially supporting IE7 if we are going to remove the JSON lib.
Even better — provide docs for building an IE 7-compatible version.
Resolved by #207.
We should remove any third-party dependencies that aren't being used. Here's what I've identified so far:
jquery.min.js
since we're already minifying code.json2.js
,json3.js
,json3.min.js
since we're targeting browsers with nativeJSON
classes.require.min.js
should be moved outside the source directory since it isn't used in compilation.Did I miss anything? Do we need to keep any of the above?