all repos — hastyscribe @ 23e27fc780a567c74b2997be3a9bc44d086fb5ad

A professional markdown compiler.

Testing nimble support.
h3rald h3rald@h3rald.com
Sun, 21 Oct 2018 17:04:28 +0200
commit

23e27fc780a567c74b2997be3a9bc44d086fb5ad

parent

2b30a16f233bc3b43b1c15324af346ed3b515d56

1 files changed, 4 insertions(+), 9 deletions(-)

jump to
M hastyscribe.nimblehastyscribe.nimble

@@ -18,21 +18,16 @@ description = pkgDescription

license = "MIT" bin = @["hastyscribe"] srcDir = "src" -installExt = @["nim", "json", "a"] +installExt = @["nim", "json", "a", "css", "png", "svg", "woff", "c", "h", "in"] requires "nim >= 0.19.0" before install: exec "nifty install" + installDirs.add "packages" -after install: - exec "nifty install" - -before remove: - exec "nifty -f purge" - -before uninstall: - exec "nifty -f purge" +#before uninstall: +# exec "nifty -f purge" # Tasks