all repos — hastyscribe @ 9cfa1f7709cb11c1746275b1dfc75e3f3b9c07aa

A professional markdown compiler.

Testing nimble support.
h3rald h3rald@h3rald.com
Sun, 21 Oct 2018 19:45:23 +0200
commit

9cfa1f7709cb11c1746275b1dfc75e3f3b9c07aa

parent

0bdf2d99471779228442f4ef339f445d057398fd

1 files changed, 5 insertions(+), 5 deletions(-)

jump to
M hastyscribe.nimblehastyscribe.nimble

@@ -19,17 +19,17 @@ license = "MIT"

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