@@ -695,6 +695,11 @@ function install_turtl_app {
set_completion_param "turtl domain" "$TURTL_DOMAIN_NAME"
+ cd /var/www/$TURTL_DOMAIN_NAME/htdocs
+ npm install
+ make minify
+ chown -R turtl:turtl /var/www/$TURTL_DOMAIN_NAME/htdocs
+
function_check create_site_certificate
create_site_certificate $TURTL_DOMAIN_NAME 'yes'