mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-24 21:09:23 +00:00
Add clippy.js to builds
This commit is contained in:
parent
22534536a4
commit
e5db80c2c6
3
builder
3
builder
@ -268,6 +268,9 @@ rcopy($path_debug_assets."css/dark_theme.css", $path_release_assets."css/dark_th
|
||||
//Copy 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
|
||||
notice("Build personnal data export navigator and add it to built files");
|
||||
|
Loading…
Reference in New Issue
Block a user