Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add mock dev mode | Dan Finlay | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Simplify ui dev mode style | Dan Finlay | 2016-07-07 | 1 | -1/+1 |
| | |||||
* | Began reworking tx conf view | Dan Finlay | 2016-07-07 | 1 | -0/+17 |
| | |||||
* | Improved Ui Dev Mode | Dan Finlay | 2016-07-02 | 1 | -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. |