starpeak / prototypeui forked from xilinus/prototypeui
- Source
- Commits
- Network (8)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
3f109b0
tree 456e382dc40f98e2e94278162181df49a8680090
parent 0748ac548cf808052f7612d69bc1b2694869a875
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.gitmodules | Thu May 01 01:47:49 -0700 2008 | |
| |
CHANGELOG | Thu May 01 00:10:07 -0700 2008 | |
| |
MIT-LICENSE | Thu May 01 00:10:07 -0700 2008 | |
| |
README.markdown | Mon May 19 10:30:44 -0700 2008 | |
| |
Rakefile | ||
| |
Rakefile.pdoc | Thu May 01 07:44:55 -0700 2008 | |
| |
doc/ | ||
| |
lib/ | ||
| |
src/ | ||
| |
test/ | ||
| |
themes/ |
Prototype UI
Distrib files
To generate distrib files, you need to run rake tasks.
rake dist
To generate one JS file in dist directory with all components (prototype-iu.js)
rake dist:each
To generate one JS file per component (window.js, carousel.js ...) in dist directory
rake dist:compress
To compress all JS files from dist directory (window.js ==> window.packed.js ...)
Documentation
Currently, documentation is based on NaturalDocs. To generate hmtl files just tun
rake doc
Help Wanted
We want to move to PDoc and we need help to write new documentation. Nothing has been done yet, only rake tasks.
If you want to generate pdoc files, you need to get pdoc (it's included as a git submodule) Do it only once to get pdoc
git submodule init git submodule update
then you can generate pdoc files
rake -f Rakefile.pdoc pdoc
And open pdoc/index.html to check it. Pretty easy.
To avoid conflicts with current doc, do not include pdoc comment in current JS file. Edit documentation.pdoc in each component directory (add any new .pdoc file, they will be used in rake pdoc). When you're done, pull request :).
Thanks in advance for your help.
Bugs Report
We are also moving to lighthouseapp.com, right now you can fill tickets on our Trac

