remove React code, node-sass, and sass-loader dependencies

This commit is contained in:
alecmerdler 2017-06-07 12:54:43 -07:00
parent f0dd2e348b
commit 9dfab42c0a
17 changed files with 2 additions and 594 deletions

View file

@ -154,9 +154,6 @@ function provideRoutes($routeProvider: ng.route.IRouteProvider,
// Confirm Invite
.route('/confirminvite', 'confirm-invite')
// Public Repo Experiments
.route('/__exp/publicRepo', 'public-repo-exp')
// 404/403
.route('/:catchall', 'error-view')
.route('/:catch/:all', 'error-view')