ATFutures / geoplumber

Serve geographic data from R and consume with scalable front end.
https://atfutures.github.io/geoplumber/
59 stars 7 forks source link

gp_unbuild, gp_clean, gp_rm_build or some function like that #65

Closed mpadge closed 5 years ago

mpadge commented 5 years ago

The gp_erase() function cleans everything, but it would also be useful to have a function that just cleans the build, not the whole project - meaning just removing the "build" and "node_modules" directories.

layik commented 5 years ago

Thanks @mpadge this is done now.

mpadge commented 5 years ago

That's great - this for me immediately enhances usability. Thanks!