Hi Roel,
> It seems that the r-shiny package is not functioning correctly due to empty > minified Javascript > files. > > This is empty: > $ ls -lh ./site-library/shiny/www/shared/shiny.min.js > -r--r--r-- 6658 root root 0 Jan 1 1970 > ./site-library/shiny/www/shared/shiny.min.js Oh. This is now fixed with commit 8916034a34. Problem was that uglify-js wasn’t available during minification. It would have been nicer had the build phase failed. -- Ricardo
