Piotr Sokólski
Piotr Sokólski
Some of our rules output directories, where they should be outputting files. This adds traversing the directory and collecting all the files into the archive
Here's the complete output from make: ``` alex --version 2>/dev/null >/dev/null || cabal install alex happy --version 2>/dev/null >/dev/null || cabal install happy cabal install --user --enable-tests --only-dependencies . Resolving...
``` coffeescript scope.range = moment().range(moment.utc("2012-10-10"), ...); ... scope.$watch "range", (n, o) -> scope.range.start #this is now in local timezone - hour is always set to 12PM, whilst for example in...