Skip to content

Commit

Permalink
removed the unefficient dependencies, discarded the end-user code.
Browse files Browse the repository at this point in the history
  • Loading branch information
yghokim committed Aug 28, 2018
1 parent 3777c8b commit e5814f3
Show file tree
Hide file tree
Showing 40 changed files with 66 additions and 875 deletions.
13 changes: 2 additions & 11 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
],
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"node_modules/font-awesome/css/font-awesome.min.css",
"node_modules/material-design-icons-iconfont/dist/material-design-icons.scss",
"node_modules/froala-editor/css/froala_editor.pkgd.min.css",
"node_modules/froala-editor/css/froala_style.min.css",
"client/styles.scss"
],
"scripts": [
Expand All @@ -35,7 +32,6 @@
"node_modules/popper.js/dist/umd/popper.min.js",
"node_modules/hammerjs/hammer.min.js",
"node_modules/bootstrap/dist/js/bootstrap.min.js",
"node_modules/froala-editor/js/froala_editor.pkgd.min.js",
"node_modules/jsonform/deps/underscore.js",
"node_modules/jsonform/lib/jsonform.js"
]
Expand Down Expand Up @@ -89,16 +85,11 @@
"node_modules/tether/dist/js/tether.min.js",
"node_modules/popper.js/dist/umd/popper.min.js",
"node_modules/hammerjs/hammer.min.js",
"node_modules/bootstrap/dist/js/bootstrap.min.js",
"node_modules/froala-editor/js/froala_editor.pkgd.min.js"
"node_modules/bootstrap/dist/js/bootstrap.min.js"
],
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"node_modules/font-awesome/css/font-awesome.min.css",
"node_modules/material-design-icons-iconfont/dist/material-design-icons.scss",
"node_modules/froala-editor/css/froala_editor.pkgd.min.css",
"node_modules/froala-editor/css/froala_style.min.css",
"client/styles.scss"
"node_modules/material-design-icons-iconfont/dist/material-design-icons.scss"
],
"assets": [
"client/assets",
Expand Down
41 changes: 0 additions & 41 deletions client/app/end-user.module.ts

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions client/app/end-user/end-user-frame/end-user-frame.component.html

This file was deleted.

44 changes: 0 additions & 44 deletions client/app/end-user/end-user-frame/end-user-frame.component.scss

This file was deleted.

This file was deleted.

61 changes: 0 additions & 61 deletions client/app/end-user/end-user-frame/end-user-frame.component.ts

This file was deleted.

11 changes: 0 additions & 11 deletions client/app/end-user/end-user-home/end-user-home.component.html

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions client/app/end-user/end-user-home/end-user-home.component.spec.ts

This file was deleted.

Loading

0 comments on commit e5814f3

Please sign in to comment.