From 06f9023ed396ee93cf9e1847adab0b97641bcec0 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Wed, 28 Oct 2015 23:13:00 +0300 Subject: [PATCH] Reorganize js files --- .gitignore | 2 +- dashboard/index.html | 2 +- dashboard/{jsx => js}/app.jsx | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename dashboard/{jsx => js}/app.jsx (100%) diff --git a/.gitignore b/.gitignore index bd1bf59..42ce273 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ tmp dashboard/node_modules -dashboard/jsx/build +dashboard/js/build diff --git a/dashboard/index.html b/dashboard/index.html index 99d4a67..0c89b4f 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -11,6 +11,6 @@ - + diff --git a/dashboard/jsx/app.jsx b/dashboard/js/app.jsx similarity index 100% rename from dashboard/jsx/app.jsx rename to dashboard/js/app.jsx