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

[RFR] Remove Graphcool demo #2821

Merged
merged 1 commit into from
Jan 28, 2019
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ build-demo: ## compile the demo example to static js
run-graphql-demo: ## run the demo example
@yarn -s run-graphql-demo

run-graphcool-demo: ## run the demo example
@yarn -s run-graphcool-demo

build-ra-core:
@echo "Transpiling ra-core files...";
@cd ./packages/ra-core && yarn -s build
Expand Down
21 changes: 0 additions & 21 deletions examples/graphcool-demo/.gitignore

This file was deleted.

50 changes: 0 additions & 50 deletions examples/graphcool-demo/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions examples/graphcool-demo/package.json

This file was deleted.

Binary file removed examples/graphcool-demo/public/favicon.ico
Binary file not shown.
148 changes: 0 additions & 148 deletions examples/graphcool-demo/public/index.html

This file was deleted.

15 changes: 0 additions & 15 deletions examples/graphcool-demo/public/manifest.json

This file was deleted.

24 changes: 0 additions & 24 deletions examples/graphcool-demo/src/App.css

This file was deleted.

Loading