Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract admin client into a separate project / submodule #6862

Merged
merged 2 commits into from May 19, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitmodules
@@ -1,3 +1,6 @@
[submodule "content/themes/casper"]
path = content/themes/casper
url = https://github.com/TryGhost/Casper.git
[submodule "core/client"]
path = core/client
url = https://github.com/TryGhost/Ghost-Admin.git
1 change: 1 addition & 0 deletions core/client
Submodule client added at 39622c
9 changes: 0 additions & 9 deletions core/client/.ember-cli

This file was deleted.

20 changes: 0 additions & 20 deletions core/client/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions core/client/.jscsrc

This file was deleted.

36 changes: 0 additions & 36 deletions core/client/.jshintrc

This file was deleted.

3 changes: 0 additions & 3 deletions core/client/.watchmanconfig

This file was deleted.

30 changes: 0 additions & 30 deletions core/client/app/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions core/client/app/_config.yml

This file was deleted.

9 changes: 0 additions & 9 deletions core/client/app/adapters/application.js

This file was deleted.

54 changes: 0 additions & 54 deletions core/client/app/adapters/base.js

This file was deleted.

132 changes: 0 additions & 132 deletions core/client/app/adapters/embedded-relation-adapter.js

This file was deleted.

19 changes: 0 additions & 19 deletions core/client/app/adapters/setting.js

This file was deleted.

4 changes: 0 additions & 4 deletions core/client/app/adapters/tag.js

This file was deleted.

23 changes: 0 additions & 23 deletions core/client/app/adapters/user.js

This file was deleted.