Created
August 16, 2009 15:16
-
-
Save Paxa/168644 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "QuickBox" | |
assets: | |
css: | |
- "css/quickbox.css" | |
js: | |
quickbox.js: general | |
a.js: "simple" | |
b.js: "simple, advaced" | |
c.js: "specific, advanced" | |
d.js: "for_galery, advaned" | |
e.js: "for_galery, ping" | |
dependence: | |
- "mootools-core" | |
- "mootools-more" | |
description: "Fast lightbox clon" | |
need_path: "true" | |
###################### | |
Тоже только через сеты | |
symple: | |
- a.js | |
- b.js | |
advanced: | |
- b.js | |
- c.js | |
- d.js | |
specific: | |
- c.js | |
for_galery: | |
- e.js | |
- d.js | |
ping: | |
- e.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment