Fix on invoices, add delivery reference, wip on dashboard concurrency requests designed on template
This commit is contained in:
11
Gruntfile.js
11
Gruntfile.js
@@ -347,8 +347,14 @@ module.exports = function(grunt) {
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'build/Suite/js/widgets/daterangepicker/Lang',
|
||||
src: ['**'],
|
||||
cwd: 'node_modules/daterangepicker/',
|
||||
src: ['daterangepicker.css'],
|
||||
dest: 'public/assets/plugins/daterangepicker',
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/daterangepicker/',
|
||||
src: ['daterangepicker.js'],
|
||||
dest: 'public/assets/plugins/daterangepicker',
|
||||
},
|
||||
{
|
||||
@@ -568,6 +574,7 @@ module.exports = function(grunt) {
|
||||
dist: {
|
||||
files: ['build/js/*', 'build/css/*'],
|
||||
tasks: ['concat', 'copy']
|
||||
// tasks: ['concat']
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user