File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ namespace :build do
66
66
67
67
HipChat . log 'Building <b>blockly</b>...'
68
68
if CDO . localize_blockly
69
- RakeUtils . system 'MOOC_LOCALIZE=1' , 'grunt'
69
+ RakeUtils . system 'MOOC_LOCALIZE=1' , 'grunt build '
70
70
else
71
- RakeUtils . system 'grunt'
71
+ RakeUtils . system 'grunt build '
72
72
end
73
73
end
74
74
end
Original file line number Diff line number Diff line change @@ -1078,7 +1078,7 @@ Turtle.drawToTurtle_ = function (distance) {
1078
1078
}
1079
1079
1080
1080
Turtle . shapewaysPrintablePathPoints = Turtle . shapewaysPrintablePathPoints || [ ] ;
1081
- Turtle . shapewaysPrintablePathPoints . push ( [ Turtle . x , Turtle . y ] ) ;
1081
+ Turtle . shapewaysPrintablePathPoints . push ( [ Turtle . x * retina , Turtle . y * retina ] ) ;
1082
1082
}
1083
1083
} ;
1084
1084
You can’t perform that action at this time.
0 commit comments