This commit is contained in:
parent
0a45e7fe95
commit
35d2581756
8 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
open Parse_config
|
open Parse_config
|
||||||
|
|
||||||
let config_data =
|
let config_data =
|
||||||
let path = Fpath.to_string (Fpath.v "default.config") in
|
let path = Fpath.to_string (Fpath.v "default.conf") in
|
||||||
match Assets_crunch.read path with
|
match Assets_crunch.read path with
|
||||||
| None -> fail "static file not found: `%s`" path
|
| None -> fail "static file not found: `%s`" path
|
||||||
| Some data ->
|
| Some data ->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue