Fixes on adding price & errors

This commit is contained in:
Ludovic CANDELLIER
2021-07-27 17:33:18 +02:00
parent 0d421226fa
commit 734ec87b89
18 changed files with 123 additions and 76 deletions

View File

@@ -533,6 +533,12 @@ module.exports = function(grunt) {
src: ['**'],
dest: 'public/assets/plugins/tinymce/skins/ui/boilerplate',
},
{
expand: true,
cwd: 'node_modules/icheck-bootstrap/',
src: ['icheck-bootstrap.min.css'],
dest: 'public/assets/plugins/icheck/'
},
{
expand: true,
cwd: 'build/js/include/',
@@ -544,22 +550,10 @@ module.exports = function(grunt) {
},
watch: {
dist: {
files: [
'Admin/*',
],
files: ['build/js/*', 'build/css/*'],
tasks: ['concat', 'copy']
}
},
handlebars: {
compile: {
options: {
namespace: "JST"
},
files: {
"assets/tpl/content.hbs": "public/assets/tpl/content.hbs"
}
}
}
});
// Load the plugin that provides the "uglify" task.