fix on basket

This commit is contained in:
Ludovic CANDELLIER
2022-04-17 00:16:36 +02:00
parent fe1e14d2c0
commit a12dd0c653
5 changed files with 30 additions and 15 deletions

View File

@@ -18,6 +18,7 @@ var jsSite = [
jsBase,
jsBootstrap,
'node_modules/currency.js/dist/currency.min.js',
'build/js/plugins/smooth_products/js/smoothproducts.min.js',
'build/js/site.js',
]
@@ -25,6 +26,7 @@ var cssSite = [
'node_modules/bootstrap/dist/css/bootstrap.min.css',
'node_modules/@fortawesome/fontawesome-free/css/all.min.css',
'node_modules/animate.css/animate.min.css',
'build/js/plugins/smooth_products/css/smoothproducts.css',
'build/css/shadow.css',
'build/css/site.css',
]