diff --git a/notebook/static/auth/js/loginmain.js b/notebook/static-src/auth/js/loginmain.js similarity index 100% rename from notebook/static/auth/js/loginmain.js rename to notebook/static-src/auth/js/loginmain.js diff --git a/notebook/static/auth/js/loginwidget.js b/notebook/static-src/auth/js/loginwidget.js similarity index 100% rename from notebook/static/auth/js/loginwidget.js rename to notebook/static-src/auth/js/loginwidget.js diff --git a/notebook/static/auth/js/logoutmain.js b/notebook/static-src/auth/js/logoutmain.js similarity index 100% rename from notebook/static/auth/js/logoutmain.js rename to notebook/static-src/auth/js/logoutmain.js diff --git a/notebook/static/auth/js/main.js b/notebook/static-src/auth/js/main.js similarity index 100% rename from notebook/static/auth/js/main.js rename to notebook/static-src/auth/js/main.js diff --git a/notebook/static/base/js/dialog.js b/notebook/static-src/base/js/dialog.js similarity index 100% rename from notebook/static/base/js/dialog.js rename to notebook/static-src/base/js/dialog.js diff --git a/notebook/static/base/js/events.js b/notebook/static-src/base/js/events.js similarity index 100% rename from notebook/static/base/js/events.js rename to notebook/static-src/base/js/events.js diff --git a/notebook/static/base/js/keyboard.js b/notebook/static-src/base/js/keyboard.js similarity index 100% rename from notebook/static/base/js/keyboard.js rename to notebook/static-src/base/js/keyboard.js diff --git a/notebook/static/base/js/namespace.js b/notebook/static-src/base/js/namespace.js similarity index 100% rename from notebook/static/base/js/namespace.js rename to notebook/static-src/base/js/namespace.js diff --git a/notebook/static/base/js/notificationarea.js b/notebook/static-src/base/js/notificationarea.js similarity index 100% rename from notebook/static/base/js/notificationarea.js rename to notebook/static-src/base/js/notificationarea.js diff --git a/notebook/static/base/js/notificationwidget.js b/notebook/static-src/base/js/notificationwidget.js similarity index 100% rename from notebook/static/base/js/notificationwidget.js rename to notebook/static-src/base/js/notificationwidget.js diff --git a/notebook/static/base/js/page.js b/notebook/static-src/base/js/page.js similarity index 100% rename from notebook/static/base/js/page.js rename to notebook/static-src/base/js/page.js diff --git a/notebook/static/base/js/security.js b/notebook/static-src/base/js/security.js similarity index 100% rename from notebook/static/base/js/security.js rename to notebook/static-src/base/js/security.js diff --git a/notebook/static/base/js/utils.js b/notebook/static-src/base/js/utils.js similarity index 100% rename from notebook/static/base/js/utils.js rename to notebook/static-src/base/js/utils.js diff --git a/notebook/static/edit/js/editor.js b/notebook/static-src/edit/js/editor.js similarity index 100% rename from notebook/static/edit/js/editor.js rename to notebook/static-src/edit/js/editor.js diff --git a/notebook/static/edit/js/main.js b/notebook/static-src/edit/js/main.js similarity index 100% rename from notebook/static/edit/js/main.js rename to notebook/static-src/edit/js/main.js diff --git a/notebook/static/edit/js/menubar.js b/notebook/static-src/edit/js/menubar.js similarity index 100% rename from notebook/static/edit/js/menubar.js rename to notebook/static-src/edit/js/menubar.js diff --git a/notebook/static/edit/js/notificationarea.js b/notebook/static-src/edit/js/notificationarea.js similarity index 100% rename from notebook/static/edit/js/notificationarea.js rename to notebook/static-src/edit/js/notificationarea.js diff --git a/notebook/static/edit/js/savewidget.js b/notebook/static-src/edit/js/savewidget.js similarity index 100% rename from notebook/static/edit/js/savewidget.js rename to notebook/static-src/edit/js/savewidget.js diff --git a/notebook/static/notebook/js/about.js b/notebook/static-src/notebook/js/about.js similarity index 100% rename from notebook/static/notebook/js/about.js rename to notebook/static-src/notebook/js/about.js diff --git a/notebook/static/notebook/js/actions.js b/notebook/static-src/notebook/js/actions.js similarity index 100% rename from notebook/static/notebook/js/actions.js rename to notebook/static-src/notebook/js/actions.js diff --git a/notebook/static/notebook/js/cell.js b/notebook/static-src/notebook/js/cell.js similarity index 100% rename from notebook/static/notebook/js/cell.js rename to notebook/static-src/notebook/js/cell.js diff --git a/notebook/static/notebook/js/celltoolbar.js b/notebook/static-src/notebook/js/celltoolbar.js similarity index 100% rename from notebook/static/notebook/js/celltoolbar.js rename to notebook/static-src/notebook/js/celltoolbar.js diff --git a/notebook/static/notebook/js/celltoolbarpresets/default.js b/notebook/static-src/notebook/js/celltoolbarpresets/default.js similarity index 100% rename from notebook/static/notebook/js/celltoolbarpresets/default.js rename to notebook/static-src/notebook/js/celltoolbarpresets/default.js diff --git a/notebook/static/notebook/js/celltoolbarpresets/example.js b/notebook/static-src/notebook/js/celltoolbarpresets/example.js similarity index 100% rename from notebook/static/notebook/js/celltoolbarpresets/example.js rename to notebook/static-src/notebook/js/celltoolbarpresets/example.js diff --git a/notebook/static/notebook/js/celltoolbarpresets/rawcell.js b/notebook/static-src/notebook/js/celltoolbarpresets/rawcell.js similarity index 100% rename from notebook/static/notebook/js/celltoolbarpresets/rawcell.js rename to notebook/static-src/notebook/js/celltoolbarpresets/rawcell.js diff --git a/notebook/static/notebook/js/celltoolbarpresets/slideshow.js b/notebook/static-src/notebook/js/celltoolbarpresets/slideshow.js similarity index 100% rename from notebook/static/notebook/js/celltoolbarpresets/slideshow.js rename to notebook/static-src/notebook/js/celltoolbarpresets/slideshow.js diff --git a/notebook/static/notebook/js/codecell.js b/notebook/static-src/notebook/js/codecell.js similarity index 100% rename from notebook/static/notebook/js/codecell.js rename to notebook/static-src/notebook/js/codecell.js diff --git a/notebook/static/notebook/js/codemirror-ipython.js b/notebook/static-src/notebook/js/codemirror-ipython.js similarity index 100% rename from notebook/static/notebook/js/codemirror-ipython.js rename to notebook/static-src/notebook/js/codemirror-ipython.js diff --git a/notebook/static/notebook/js/codemirror-ipythongfm.js b/notebook/static-src/notebook/js/codemirror-ipythongfm.js similarity index 100% rename from notebook/static/notebook/js/codemirror-ipythongfm.js rename to notebook/static-src/notebook/js/codemirror-ipythongfm.js diff --git a/notebook/static/notebook/js/completer.js b/notebook/static-src/notebook/js/completer.js similarity index 100% rename from notebook/static/notebook/js/completer.js rename to notebook/static-src/notebook/js/completer.js diff --git a/notebook/static/notebook/js/contexthint.js b/notebook/static-src/notebook/js/contexthint.js similarity index 100% rename from notebook/static/notebook/js/contexthint.js rename to notebook/static-src/notebook/js/contexthint.js diff --git a/notebook/static/notebook/js/kernelselector.js b/notebook/static-src/notebook/js/kernelselector.js similarity index 100% rename from notebook/static/notebook/js/kernelselector.js rename to notebook/static-src/notebook/js/kernelselector.js diff --git a/notebook/static/notebook/js/keyboardmanager.js b/notebook/static-src/notebook/js/keyboardmanager.js similarity index 100% rename from notebook/static/notebook/js/keyboardmanager.js rename to notebook/static-src/notebook/js/keyboardmanager.js diff --git a/notebook/static/notebook/js/main.js b/notebook/static-src/notebook/js/main.js similarity index 100% rename from notebook/static/notebook/js/main.js rename to notebook/static-src/notebook/js/main.js diff --git a/notebook/static/notebook/js/maintoolbar.js b/notebook/static-src/notebook/js/maintoolbar.js similarity index 100% rename from notebook/static/notebook/js/maintoolbar.js rename to notebook/static-src/notebook/js/maintoolbar.js diff --git a/notebook/static/notebook/js/mathjaxutils.js b/notebook/static-src/notebook/js/mathjaxutils.js similarity index 100% rename from notebook/static/notebook/js/mathjaxutils.js rename to notebook/static-src/notebook/js/mathjaxutils.js diff --git a/notebook/static/notebook/js/menubar.js b/notebook/static-src/notebook/js/menubar.js similarity index 100% rename from notebook/static/notebook/js/menubar.js rename to notebook/static-src/notebook/js/menubar.js diff --git a/notebook/static/notebook/js/notebook.js b/notebook/static-src/notebook/js/notebook.js similarity index 100% rename from notebook/static/notebook/js/notebook.js rename to notebook/static-src/notebook/js/notebook.js diff --git a/notebook/static/notebook/js/notificationarea.js b/notebook/static-src/notebook/js/notificationarea.js similarity index 100% rename from notebook/static/notebook/js/notificationarea.js rename to notebook/static-src/notebook/js/notificationarea.js diff --git a/notebook/static/notebook/js/outputarea.js b/notebook/static-src/notebook/js/outputarea.js similarity index 100% rename from notebook/static/notebook/js/outputarea.js rename to notebook/static-src/notebook/js/outputarea.js diff --git a/notebook/static/notebook/js/pager.js b/notebook/static-src/notebook/js/pager.js similarity index 100% rename from notebook/static/notebook/js/pager.js rename to notebook/static-src/notebook/js/pager.js diff --git a/notebook/static/notebook/js/quickhelp.js b/notebook/static-src/notebook/js/quickhelp.js similarity index 100% rename from notebook/static/notebook/js/quickhelp.js rename to notebook/static-src/notebook/js/quickhelp.js diff --git a/notebook/static/notebook/js/savewidget.js b/notebook/static-src/notebook/js/savewidget.js similarity index 100% rename from notebook/static/notebook/js/savewidget.js rename to notebook/static-src/notebook/js/savewidget.js diff --git a/notebook/static/notebook/js/scrollmanager.js b/notebook/static-src/notebook/js/scrollmanager.js similarity index 100% rename from notebook/static/notebook/js/scrollmanager.js rename to notebook/static-src/notebook/js/scrollmanager.js diff --git a/notebook/static/notebook/js/textcell.js b/notebook/static-src/notebook/js/textcell.js similarity index 100% rename from notebook/static/notebook/js/textcell.js rename to notebook/static-src/notebook/js/textcell.js diff --git a/notebook/static/notebook/js/toolbar.js b/notebook/static-src/notebook/js/toolbar.js similarity index 100% rename from notebook/static/notebook/js/toolbar.js rename to notebook/static-src/notebook/js/toolbar.js diff --git a/notebook/static/notebook/js/tooltip.js b/notebook/static-src/notebook/js/tooltip.js similarity index 100% rename from notebook/static/notebook/js/tooltip.js rename to notebook/static-src/notebook/js/tooltip.js diff --git a/notebook/static/notebook/js/tour.js b/notebook/static-src/notebook/js/tour.js similarity index 100% rename from notebook/static/notebook/js/tour.js rename to notebook/static-src/notebook/js/tour.js diff --git a/notebook/static/services/config.js b/notebook/static-src/services/config.js similarity index 100% rename from notebook/static/services/config.js rename to notebook/static-src/services/config.js diff --git a/notebook/static/services/contents.js b/notebook/static-src/services/contents.js similarity index 100% rename from notebook/static/services/contents.js rename to notebook/static-src/services/contents.js diff --git a/notebook/static/services/kernels/comm.js b/notebook/static-src/services/kernels/comm.js similarity index 100% rename from notebook/static/services/kernels/comm.js rename to notebook/static-src/services/kernels/comm.js diff --git a/notebook/static/services/kernels/kernel.js b/notebook/static-src/services/kernels/kernel.js similarity index 100% rename from notebook/static/services/kernels/kernel.js rename to notebook/static-src/services/kernels/kernel.js diff --git a/notebook/static/services/kernels/serialize.js b/notebook/static-src/services/kernels/serialize.js similarity index 100% rename from notebook/static/services/kernels/serialize.js rename to notebook/static-src/services/kernels/serialize.js diff --git a/notebook/static/services/sessions/session.js b/notebook/static-src/services/sessions/session.js similarity index 100% rename from notebook/static/services/sessions/session.js rename to notebook/static-src/services/sessions/session.js diff --git a/notebook/static/terminal/js/main.js b/notebook/static-src/terminal/js/main.js similarity index 100% rename from notebook/static/terminal/js/main.js rename to notebook/static-src/terminal/js/main.js diff --git a/notebook/static/terminal/js/terminado.js b/notebook/static-src/terminal/js/terminado.js similarity index 100% rename from notebook/static/terminal/js/terminado.js rename to notebook/static-src/terminal/js/terminado.js diff --git a/notebook/static/tree/js/kernellist.js b/notebook/static-src/tree/js/kernellist.js similarity index 100% rename from notebook/static/tree/js/kernellist.js rename to notebook/static-src/tree/js/kernellist.js diff --git a/notebook/static/tree/js/main.js b/notebook/static-src/tree/js/main.js similarity index 100% rename from notebook/static/tree/js/main.js rename to notebook/static-src/tree/js/main.js diff --git a/notebook/static/tree/js/newnotebook.js b/notebook/static-src/tree/js/newnotebook.js similarity index 100% rename from notebook/static/tree/js/newnotebook.js rename to notebook/static-src/tree/js/newnotebook.js diff --git a/notebook/static/tree/js/notebooklist.js b/notebook/static-src/tree/js/notebooklist.js similarity index 100% rename from notebook/static/tree/js/notebooklist.js rename to notebook/static-src/tree/js/notebooklist.js diff --git a/notebook/static/tree/js/sessionlist.js b/notebook/static-src/tree/js/sessionlist.js similarity index 100% rename from notebook/static/tree/js/sessionlist.js rename to notebook/static-src/tree/js/sessionlist.js diff --git a/notebook/static/tree/js/terminallist.js b/notebook/static-src/tree/js/terminallist.js similarity index 100% rename from notebook/static/tree/js/terminallist.js rename to notebook/static-src/tree/js/terminallist.js