🎉 [jquery] Módulo para incluir jQuery en páginas

This commit is contained in:
Manuel Cillero 2023-02-02 08:53:24 +01:00
parent 20f6c85e68
commit b95a154a34
6 changed files with 97 additions and 0 deletions

3
pagetop-jquery/build.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() -> std::io::Result<()> {
pagetop_build::bundle_resources("./static", "jquery", None)
}