You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Install the tools to run our installer, then run our installer.
sudo apt-get install nodejs npm
sudo npm install -g grunt-cli #Install grunt globally, because it won't work just locally.
npm install
git submodule init && git submodule update #readium-js is a submodule. We need it.
grunt
echo -e "\nTwo notes:\n\t1) I initialized a git submodule. You may have to run 'git submodule update' after you run 'git pull' if things stop working.\n\t2) You can compile the javascript again, if you want to make changes, by running 'grunt'.\n"