Home
Pages
Classes
Methods
Pages
LICENSE
README
Guardfile
group :csg do
guard
:openscad
,
format:
:csg
do
watch
(
%r{^scad/.+\.scad$}
)
end
end