Add calculations on basket

This commit is contained in:
Ludovic CANDELLIER
2022-03-24 14:57:39 +01:00
parent c357ea932a
commit 2a98b24bc1
5 changed files with 107 additions and 17 deletions

View File

@@ -17,6 +17,7 @@ var jsCompat = [
var jsSite = [
jsBase,
jsBootstrap,
'node_modules/currency.js/dist/currency.min.js',
'build/js/site.js',
]
@@ -437,6 +438,12 @@ module.exports = function(grunt) {
src: ['**'],
dest: 'public/assets/plugins/moment',
},
{
expand: true,
cwd: 'node_modules/currency.js/dist/',
src: ['**'],
dest: 'public/assets/plugins/currency',
},
{
expand: true,
cwd: 'node_modules/bootstrap-fileinput/css/',