mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-05-09 16:04:46 +00:00
Finally able to update groc version and thus get rid of the annoying required change when cloning the project
This commit is contained in:
parent
2ca248c2b2
commit
4b73d9b7c5
2 changed files with 1 additions and 7 deletions
|
|
@ -63,10 +63,4 @@ Run test suite:
|
||||||
|
|
||||||
Create the doc *(to be accessed via the webserver, e.g.: localhost:8125/doc/)*:
|
Create the doc *(to be accessed via the webserver, e.g.: localhost:8125/doc/)*:
|
||||||
|
|
||||||
> **WARNING:**
|
|
||||||
|
|
||||||
> *manual adjustment of `./node_modules/groc/lib/styles/default/docPage.jade` required until groc is fixed:*
|
|
||||||
|
|
||||||
> *`!!! 5` needs to be relaced with `doctype html`*
|
|
||||||
|
|
||||||
run_doc.sh
|
run_doc.sh
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
"coffee-script": "1.7.1",
|
"coffee-script": "1.7.1",
|
||||||
"crypto-js": "3.1.2",
|
"crypto-js": "3.1.2",
|
||||||
"express": "3.4.8",
|
"express": "3.4.8",
|
||||||
"groc": "0.6.1",
|
"groc": "0.6.3",
|
||||||
"import-io": "1.0.x",
|
"import-io": "1.0.x",
|
||||||
"js-select": "0.6.0",
|
"js-select": "0.6.0",
|
||||||
"mustache": "0.8.1",
|
"mustache": "0.8.1",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue