/basket.js

A proof-of-concept script loader for caching/loading scripts with localStorage

Primary LanguageJavaScript

basket.js

A proof-of-concept script loader for caching/loading scripts with localStorage

Contributing

Style Guide

This project is following the Idiomatic guide to writing JavaScript - a concise extension to the jQuery Core Style guidelines. Please ensure any pull requests being sent upstream follow these closely.

Unit Tests

We are also attempting to get as much unit test coverage as possible. For this reason, please add unit tests for any new or changed functionality and remember to lint and test your code using grunt.

Also, please don't edit files in the "dist" subdirectory as they are generated via grunt. You'll find source code in the "lib" subdirectory!

Team

Addy Osmani (lead), Andrée Hansson, Sindre Sorhus

License

Copyright (c) 2012 Addy Osmani
Licensed under the MIT and GPL licenses