No Description

Nils Schneider 3a501766ff refactor main, app 9 years ago
lib 3a501766ff refactor main, app 9 years ago
.gitignore 5a5c3e2263 r.js minify 9 years ago
LICENSE 5d9555cfd5 license as GPL3 9 years ago
README.md 5a5c3e2263 r.js minify 9 years ago
app.js 3a501766ff refactor main, app 9 years ago
bower.json 5a5c3e2263 r.js minify 9 years ago
build.js 3a501766ff refactor main, app 9 years ago
helper.js 5fb3cf5d20 refactor Infobox (own module) 9 years ago
index.html 056c46331d load helper.js using requirejs 9 years ago
style.css ca8992b07a move css to style.css 9 years ago

README.md

Installing required modules

This software uses bower to manage dependencies. To install all required modules, run

bower install

in its root directory.

Building

Just run:

node bower_components/r.js/dist/r.js -o build.js

This will create app-combined.js.