Skip to content

Commit

Permalink
Remove frontend (#32)
Browse files Browse the repository at this point in the history
* Remove frontend stuffs

* Remove frontend config

* Change router

* Remove failing tests

* Remove unnecessary plugs in router

* Revert wrongfully removed conflict resolution

* Remove failing test

* Run mix format
  • Loading branch information
indocomsoft committed Aug 17, 2018
1 parent f2ab3a7 commit 5799c22
Show file tree
Hide file tree
Showing 38 changed files with 131 additions and 13,366 deletions.
10 changes: 5 additions & 5 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import_config "#{Mix.env()}.exs"

# Configure Phoenix Swagger
config :cadet, :phoenix_swagger,
swagger_files: %{
"priv/static/swagger.json" => [
router: CadetWeb.Router
]
}
swagger_files: %{
"priv/static/swagger.json" => [
router: CadetWeb.Router
]
}
8 changes: 1 addition & 7 deletions config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ config :cadet, CadetWeb.Endpoint,
http: [port: 4000],
debug_errors: true,
code_reloader: true,
check_origin: false,
watchers: [
node: [
"scripts/start.js",
cd: Path.expand("../frontend", __DIR__)
]
]
check_origin: false

# ## SSL Support
#
Expand Down
3 changes: 0 additions & 3 deletions frontend/.babelrc

This file was deleted.

2 changes: 0 additions & 2 deletions frontend/.gitignore

This file was deleted.

Loading

0 comments on commit 5799c22

Please sign in to comment.