From 0cd11915cec52408472fc6424e6680b6266526dd Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 1 Jul 2016 14:23:37 -0700 Subject: Improved Ui Dev Mode 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. --- fonts | 1 + 1 file changed, 1 insertion(+) create mode 120000 fonts (limited to 'fonts') diff --git a/fonts b/fonts new file mode 120000 index 000000000..043d139a9 --- /dev/null +++ b/fonts @@ -0,0 +1 @@ +app/fonts \ No newline at end of file -- cgit