aboutsummaryrefslogtreecommitdiffstats
path: root/ui-dev.js
Commit message (Collapse)AuthorAgeFilesLines
* Add mock dev modeDan Finlay2016-07-221-1/+1
|
* Simplify ui dev mode styleDan Finlay2016-07-071-1/+1
|
* Began reworking tx conf viewDan Finlay2016-07-071-0/+17
|
* Improved Ui Dev ModeDan Finlay2016-07-021-0/+68
Dev mode now reloads on file changes (although it seems to sometimes reload too soon, not getting the update... we can tune the timeout interval in development/index.html) Dev mode now reloads on all non-`node_modules` file changes, so the `ui` and `app` folders are both being watched for live reloading.