Skip to content

Commit 086e543

Browse files
committed
Update docs, build, dependencies
1 parent f623a5e commit 086e543

7 files changed

Lines changed: 836 additions & 816 deletions

File tree

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ install:
88
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
99
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
1010
- chmod a+x $HOME/purescript
11-
- npm install bower grunt-cli -g
12-
- npm install
13-
- bower install
11+
- npm install bower gulp -g
12+
- npm install && bower install
1413
script:
15-
- grunt make
14+
- gulp

Gruntfile.js

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)