refactor/rewritting_the_front_end_with_webpack #20

Merged
sergiotarxz merged 4 commits from refactor/rewritting_the_front_end_with_webpack into master 2021-01-19 20:56:22 +01:00
Showing only changes of commit 8b993968d4 - Show all commits

View File

@ -48,7 +48,7 @@ THEME = ' . ( $config->{theme} // 'default' ) . "\n";
. " then mkdir -pv lib/Peertube/DL/public/;" . " fi\n"
. "\tcp -rfv themes/\${THEME}/public/dist/* lib/Peertube/DL/public/\n"
. "build_frontend :\n"
. "\tcd themes/\${THEME}/public && yarn build\n"
. "\tcd themes/\${THEME}/public && yarn install && yarn build\n"
. "install_config :\n"
. "\tinstall peertube-dl-web.conf bin/peertube-dl-web.conf\n"
. "src: src/Makefile\n"