summary refs log tree commit diff stats
path: root/tools/nimweb.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-12-26 22:43:40 +0100
committerAraq <rumpf_a@web.de>2014-12-26 22:43:40 +0100
commit010b8f85c73671782de956c9dcd2cb3e8441041e (patch)
treed5537a560f537da622a5bf7af1ea8879682f341a /tools/nimweb.nim
parentcaf2f6ecfea021fe0d25e5f49e2f318c371324d1 (diff)
parent32db6798a31acc8490d690e5a314fa646ea7168d (diff)
downloadNim-010b8f85c73671782de956c9dcd2cb3e8441041e.tar.gz
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Diffstat (limited to 'tools/nimweb.nim')
-rw-r--r--tools/nimweb.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/nimweb.nim b/tools/nimweb.nim
index 74f561b52..bbd3776d7 100644
--- a/tools/nimweb.nim
+++ b/tools/nimweb.nim
@@ -396,8 +396,8 @@ proc buildNewsRss(c: var TConfigData, destPath: string) =
   generateRss(destFilename, parseNewsTitles(srcFilename))
 
 proc buildJS(destPath: string) =
-  exec("nim js -d:release --out:$1 web/babelpkglist.nim" %
-      [destPath / "babelpkglist.js"])
+  exec("nim js -d:release --out:$1 web/nimblepkglist.nim" %
+      [destPath / "nimblepkglist.js"])
 
 proc buildWebsite(c: var TConfigData) =
   const