add datatables on orders

This commit is contained in:
Ludovic CANDELLIER
2023-02-28 08:42:53 +01:00
parent 3745abc90b
commit 4e69399309
10 changed files with 62 additions and 4 deletions

View File

@@ -573,8 +573,8 @@ module.exports = function(grunt) {
watch: {
dist: {
files: ['build/js/*', 'build/css/*'],
tasks: ['concat', 'copy']
// tasks: ['concat']
// tasks: ['concat', 'copy']
tasks: ['concat']
}
},
});