the cp -r command worked inconsistently between osx and linux. cp -r on osx will copy the contents
of the first argument (the source directory) into the output directory. On linux, cp -r would copy
the source folder into the destination folder. A blob is used to copy all (except dotfiles) from
the domo folder to the dist folder
This addresses #60
the
cp -r
command worked inconsistently between osx and linux. cp -r on osx will copy the contents of the first argument (the source directory) into the output directory. On linux, cp -r would copy the source folder into the destination folder. A blob is used to copy all (except dotfiles) from the domo folder to the dist folder@sldavidson @andrewjensen