Skip to content
This repository was archived by the owner on Feb 20, 2020. It is now read-only.

Commit b865c5b

Browse files
committed
build
1 parent 01675f1 commit b865c5b

File tree

5 files changed

+45
-45
lines changed

5 files changed

+45
-45
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $commitComment = "// " + (git log --pretty=format:"%h - %ad" -1 --date=short)
66
$path = $MyInvocation.MyCommand.Path
77
$parentDir = $path.Remove($path.LastIndexOf("\"))
88

9-
$cmplPath = "C:\Temp\google-closure\compiler.jar"
9+
$cmplPath = "C:\google-closure\compiler.jar"
1010
$srcPath = $parentDir + "\src\"
1111
$bldPath = $parentDir + "\build\"
1212

build/embed.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/wellcomeTimeline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 494a40d - 2015-05-13
1+
// 01675f1 - 2016-04-30
22
//-------
33
// convert calendar to Julian date
44
// (Julian day number algorithm adopted from Press et al.)

build/wellcomeTimeline.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)