Skip to content

Commit 79a381a

Browse files
committed
fix: (fixed issue with bug causeing docs not to run)
1 parent 7fb3c83 commit 79a381a

File tree

18 files changed

+328
-825
lines changed

18 files changed

+328
-825
lines changed

CoCreate.config.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,22 @@
88
"host": "server.cocreate.app:8088"
99
},
1010

11-
// Source files to upload to CoCreate
1211
"sources": [
1312
{
14-
"path": "./src/index.html",
13+
"path": "./test_files/test.html",
1514
"collection": "module-views",
1615
"document_id": "5f08bf3da588c11bf8ead4b3",
17-
"name": "html",
16+
"name": "html"
1817
},
1918
{
2019
"collection":"website-pages",
2120
"document_id":"",
2221
"name":"html",
2322
"domains":["ws.cocreate.app"],
24-
"route":"/signup",
25-
},
26-
]
23+
"route":"/signup"
24+
}
25+
],
2726

28-
// Directory to parse for comments and upload to CoCreate
2927
"directory": "./test_files/",
3028
"extensions": [
3129
"js",
@@ -37,5 +35,5 @@
3735
"vendor",
3836
"bower_components",
3937
"archive"
40-
],
41-
}
38+
]
39+
}

node_modules/balanced-match/package.json

Lines changed: 17 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/brace-expansion/package.json

Lines changed: 18 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/concat-map/package.json

Lines changed: 40 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)