PHRAS-3164 #comment add bootstrap tag field on export > email

This commit is contained in:
Harrys Ravalomanana
2020-07-09 17:30:12 +04:00
parent 7a4b595d0f
commit 55505577cf
5 changed files with 80 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ gulp.task('build-common-js', function(){
config.paths.src + 'common/js/components/dialog.js',
config.paths.src + 'common/js/components/utils.js',
config.paths.src + 'common/js/components/download.js',
config.paths.src + 'common/js/components/bootstrap-tagsinput.min.js',
];
return utils.buildJsGroup(commonGroup, 'common', 'common/js', debugMode);
});