Quick request to ServiceDesk
Windows-commands to recreate assets
links:
mklink /D assets\fa ..\node_modules\font-awesome
mklink /D assets\bootswatch ..\node_modules\bootswatch\dist
Add hook .git/hooks/post-merge
for automatic restart
#!/bin/sh
npm restart