Skip to content
automata edited this page Apr 17, 2012 · 2 revisions

To start hacking iframework you'll need node and uglify installed. Let's start with node:

git clone https://github.com/joyent/node.git
cd node
./configure
make
sudo make install

Installing uglify is simple:

sudo npm install uglify-js -g

Now fork your own iframework or just clone it:

git clone https://github.com/meemoo/iframework.git

After editing scripts inside js/ subdir, doesn't forgets to run build.sh to create a new iframework-min.js file:

sh build.sh

Happy hacking!

Clone this wiki locally