File tree Expand file tree Collapse file tree 5 files changed +690
-666
lines changed
Expand file tree Collapse file tree 5 files changed +690
-666
lines changed Original file line number Diff line number Diff line change 11/. *
22! /.gitignore
3+ ! /.travis.yml
34/bower_components /
45/node_modules /
56/output /
Original file line number Diff line number Diff line change 1+ language : node_js
2+ node_js :
3+ - " 0.10"
4+ install :
5+ - " sudo apt-get install cabal-install"
6+ - " cabal update"
7+ - " cabal install Cabal cabal-install"
8+ - " export PATH=~/.cabal/bin:$PATH"
9+ - " cabal install purescript --force-reinstalls"
10+ - " npm install bower grunt-cli -g"
11+ - " npm install"
12+ - " bower install"
13+ script :
14+ - " grunt examples"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module.exports = function(grunt) {
1616 docgen : {
1717 readme : {
1818 src : "src/**/*.purs" ,
19- dest : "README .md"
19+ dest : "docs/Module .md"
2020 }
2121 } ,
2222
You can’t perform that action at this time.
0 commit comments