Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kravse/graph-splash-page

Simple splash page with an interactive graph
https://github.com/kravse/graph-splash-page

Last synced: 14 days ago
JSON representation

Simple splash page with an interactive graph

Awesome Lists containing this project

README

        

Graph Splash Page

Instructions:

1) In the project root, run 'npm install'

2) Run gulp to compile all static assets from 'src' into their build destinations.

3) Optional: Run gulp watch to poll for changes.

Currently the setup minifies and uglifies the css and js. If you want more readable source code do the following:

In gulpfile.coffee:

CSS:
Remove all instances of .pipe(minify({keepBreaks:false}))

JS:
Remove all instances of .pipe(uglify())

JADE:
Change .pipe(plugins.jade({ pretty: false })) to .pipe(plugins.jade({ pretty: true }))