Add calculations on basket
This commit is contained in:
@@ -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/',
|
||||
|
||||
Reference in New Issue
Block a user