improved nim structure

This commit is contained in:
2018-03-17 10:49:56 +01:00
parent 4a4c1cfc63
commit 2badffe64b
6 changed files with 5 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
set -e
nim js jpacrepo.nim
cp nimcache/jpacrepo.js static
nim js src/jpacrepo.nim
cp nimcache/jpacrepo.js static

1
nim/nim.cfg Normal file
View File

@@ -0,0 +1 @@
path="lib"