Skip to content
Tom Christian edited this page May 27, 2016 · 1 revision

Welcome to the xperiform wiki!

The idea behind this project is to leverage gulp to enable us to build a bundle of files to response to a request dynamically.

Currently if you browse to http://localhost:3000/image you will see one of two images. These are selected and run through gulp to output them to a folder and then that file is returned. We can add any other files and add other gulp commands to minify javascript, handle CSS, etc and then bundle it all up and return it. That is the idea behind how this will work.

It currently has a PouchDB database for features that are available. Working on connecting that to the actual code.

Clone this wiki locally