Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ema4rl committed Jun 6, 2016
1 parent 976b549 commit 936b0e5
Show file tree
Hide file tree
Showing 31 changed files with 3,330 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Only.js Selector-based Loader
Only.js is a dynamic selector-based script loader that not only replaces the use of multiple `<script>` tags and initialization code but also with a fast,
parallel, speed-optimized API. Some script loaders tend to do a lot of things; from loading scripts, to loading css, to feature detection, to
loading iframes, images, maybe even solar systems &mdash; eventually.

The major characteristic of Only.js is not the ability to load all Javascript files in parallel with cross-browser execution order but the ability
to dynamically determine and load Javascript needed by the current page without blocking other assets/resources.

> **Built on:** [LABjs](http://labjs.com/).
## Documentation

[Online Docs & Demo](http://ema4rl.github.io/Only.js)

## Contributions and bug fixes

They are very much appreciated - especially bug fixes.

Thanks!
371 changes: 371 additions & 0 deletions dist/Only-debug.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/Only-debug.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 936b0e5

Please sign in to comment.