diff options
author | Joris | 2015-08-29 16:45:04 +0200 |
---|---|---|
committer | Joris | 2015-08-29 16:45:04 +0200 |
commit | 37d178041799aaf8113f6f5128334be7eb4bfd97 (patch) | |
tree | 36a55f57f807ef2dc9d5ad019fe5e2e866bb9685 /gen | |
parent | 0599db5e42773452eeca69576ce9148d46ddf9dc (diff) |
Using npm to compile elm and haskell sources
Diffstat (limited to 'gen')
-rwxr-xr-x | gen | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,5 +0,0 @@ -#!/bin/bash -trap 'fuser -k 3000/tcp' EXIT -elm-make src/client/Main.elm --output public/javascripts/client.js \ - && cabal build \ - && ./dist/build/sharedCost/sharedCost |