mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-07-17 16:38:08 +00:00
Add clippy.js to builds
This commit is contained in:
3
builder
3
builder
@ -268,6 +268,9 @@ rcopy($path_debug_assets."css/dark_theme.css", $path_release_assets."css/dark_th
|
|||||||
//Copy pacman
|
//Copy pacman
|
||||||
rcopy($path_debug_assets."3rdparty/pacman", $path_release_assets."3rdparty/pacman");
|
rcopy($path_debug_assets."3rdparty/pacman", $path_release_assets."3rdparty/pacman");
|
||||||
|
|
||||||
|
//Copy clippy.js
|
||||||
|
rcopy($path_debug_assets."3rdparty/clippy.js", $path_release_assets."3rdparty/clippy.js");
|
||||||
|
|
||||||
|
|
||||||
//Build and copy personnal data navigator
|
//Build and copy personnal data navigator
|
||||||
notice("Build personnal data export navigator and add it to built files");
|
notice("Build personnal data export navigator and add it to built files");
|
||||||
|
Reference in New Issue
Block a user