Skip to content

Commit 05ca998

Browse files
authored
Fixex on static scaffolded courses (#942)
Two main fixes: - added BlanksCard (default card) as hard-coded registered component / view in generated course manifest.json (CourseConfig). Allows authoring and rendering of default cards. - allowed studio-mode spinup to *create* the coursedb-lookup db on the clean couchdb docker image. This creation lets the express backend find the course on startup and add the normal design docs for content listing, etc - **bump: version 0.1.13** - **rm gatsby ignores...** - **add Blanks cards to scaffolded static courses** - **recognize dataShapes regardless of schema def...**
2 parents e58e2ee + 3b16a1b commit 05ca998

File tree

258 files changed

+55162
-1445
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

258 files changed

+55162
-1445
lines changed

agent/a.1.assessment.md

Lines changed: 0 additions & 299 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ext/*.pyc
2+
ext/__pycache__/
3+
build/
4+
venv
5+
.venv
6+
Pipfile
7+
Pipfile.lock
8+
.DS_Store
9+
*~
10+
*.swp
11+
*.bak

0 commit comments

Comments
 (0)