remove React code, node-sass, and sass-loader dependencies
This commit is contained in:
parent
f0dd2e348b
commit
9dfab42c0a
17 changed files with 2 additions and 594 deletions
|
@ -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')
|
||||
|
|
Reference in a new issue