RightJS is a fine JavaScript framework that's designed to make you happy. It lives over here http://rightjs.org, go check it, you won't regret!
To build the core on your own, you'll need NodeJS and if you also have npm you might want to install the nake tools
npm install nake
After that either run nake
nake build
or, if you don't have npm, just run the Nakefile
directly with NodeJS
node Nakefile build
Try, -l
or --list
key to see which other tasks are available
You can switch off some modules from the core by using the OPTIONS
key
nake build OPTIONS=no-olds,no-fx
The list of available options is the following
no-form
- no advanced form featuresno-events
- no events delegation featuresno-cookie
- no cookies moduleno-xhr
- no ajax supportno-fx
- no visual effects moduleno-olds
- puts the old browsers support in a separated file
The code released under terms of the MIT License
Copyright (C) 2008-2011 Nikolay Nemshilov