File tree Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 1- js /
2- externs /
1+ output /
32node_modules /
43bower_components /
Original file line number Diff line number Diff line change @@ -4,23 +4,17 @@ module.exports = function(grunt) {
44
55 grunt . initConfig ( {
66
7- "purescript-make" : {
7+ pscMake : {
88 options : {
9- tco : true ,
10- magicDo : true
119 } ,
1210 main : {
1311 files : {
14- src :
15- [ "src/**/*.purs.hs"
16- , "bower_components/purescript-*/src/**/*.purs"
17- , "bower_components/purescript-*/src/**/*.purs.hs"
18- ]
12+ src : [ "src/**/*.purs" ]
1913 }
2014 } ,
2115 }
2216 } ) ;
2317
2418 grunt . loadNpmTasks ( "grunt-purescript" ) ;
25- grunt . registerTask ( "default" , [ "purescript-make :main" ] ) ;
19+ grunt . registerTask ( "default" , [ "pscMake :main" ] ) ;
2620} ;
Original file line number Diff line number Diff line change 33 "version" : " 0.0.0" ,
44 "devDependencies" : {
55 "grunt" : " ~0.4.4" ,
6- "grunt-purescript" : " ~0.4.0 " ,
6+ "grunt-purescript" : " ~0.5.1 " ,
77 "grunt-contrib-clean" : " ~0.5.0" ,
88 "grunt-execute" : " ~0.1.5"
99 }
File renamed without changes.
You can’t perform that action at this time.
0 commit comments