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 /
3
2
node_modules /
4
3
bower_components /
Original file line number Diff line number Diff line change @@ -4,23 +4,17 @@ module.exports = function(grunt) {
4
4
5
5
grunt . initConfig ( {
6
6
7
- "purescript-make" : {
7
+ pscMake : {
8
8
options : {
9
- tco : true ,
10
- magicDo : true
11
9
} ,
12
10
main : {
13
11
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" ]
19
13
}
20
14
} ,
21
15
}
22
16
} ) ;
23
17
24
18
grunt . loadNpmTasks ( "grunt-purescript" ) ;
25
- grunt . registerTask ( "default" , [ "purescript-make :main" ] ) ;
19
+ grunt . registerTask ( "default" , [ "pscMake :main" ] ) ;
26
20
} ;
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0" ,
4
4
"devDependencies" : {
5
5
"grunt" : " ~0.4.4" ,
6
- "grunt-purescript" : " ~0.4.0 " ,
6
+ "grunt-purescript" : " ~0.5.1 " ,
7
7
"grunt-contrib-clean" : " ~0.5.0" ,
8
8
"grunt-execute" : " ~0.1.5"
9
9
}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments