basket.js

A script and resource loader for caching & loading files with localStorage

  • 所有者: addyosmani/basket.js
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

basket.js logo

Basket.js is a script and resource loader for caching and loading scripts using localStorage

##Introduction for the Non-Developer

Modern web applications will typically make use of more than one JavaScript or CSS framework. As the number of scripts add up, so does the number of HTTP requests. This leads to increased page load times and reduced performance. Basket.js is a project dedicated to aleviating this problem.

Basket.js loads your site's scripts into a page and saves them in localStorage so they can be reused after the session until they are expired. It also checks to see if the scripts are already in localStorage, and if not, loads them. This prevents unneccessary reloading of scripts and can improve load time and website performance.

Build Status

Resources

Examples

Articles

Contribute

Style Guide

This project follows the Idiomatic guide to writing JavaScript - a concise extension to the jQuery Core Style guidelines, with the exception of multiple var statements. Please ensure any pull requests 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!

Building

To build the project, you will first need to install the necessary dependencies (such as RSVP) using npm and Bower.

Run:

$ npm install & bower install

in the project root to get everything you need. Next, to actually build the project you will need Grunt.

Run:

$ grunt release

to generate a new release, otherwise just running grunt test will run the unit tests.

Team, Addy Osmani avatar, Sindre Sorhus avatar, Andrée Hansson avatar, Mat Scales avatar, ---, ---, ---, ---, Addy Osmani, Sindre Sorhus, Andrée Hansson, Mat Scales, ## License

MIT © Basket.js team

主要指标

概览
名称与所有者addyosmani/basket.js
主编程语言JavaScript
编程语言JavaScript (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2012-02-29 22:16:56
推送于2025-03-02 06:16:58
最后一次提交
发布数7
最新版本名称v0.5.2 (发布于 2015-02-07 21:34:57)
第一版名称v0.2 (发布于 2012-03-09 23:04:10)
用户参与
星数3.4k
关注者数119
派生数274
提交数279
已启用问题?
问题数103
打开的问题数0
拉请求数45
打开的拉请求数0
关闭的拉请求数35
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?