Visualize the Freifunk Mesh
Find a file
Nils Schneider 5a5c3e2263 r.js minify
2015-03-29 04:10:49 +02:00
lib handle most dependencies using requirejs 2015-03-29 03:35:10 +02:00
.gitignore r.js minify 2015-03-29 04:10:49 +02:00
app.js r.js minify 2015-03-29 04:10:49 +02:00
bower.json r.js minify 2015-03-29 04:10:49 +02:00
build.js r.js minify 2015-03-29 04:10:49 +02:00
helper.js refactor Infobox (own module) 2015-03-25 11:21:09 +01:00
index.html handle most dependencies using requirejs 2015-03-29 03:35:10 +02:00
LICENSE license as GPL3 2015-03-29 00:22:21 +01:00
README.md r.js minify 2015-03-29 04:10:49 +02:00
style.css move css to style.css 2015-03-29 03:00:05 +02:00

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.