prod component: removed jquery.vertical.buttonset lib

This commit is contained in:
Florian BLOUET
2015-11-17 17:57:57 +01:00
parent 416c8cf161
commit aade2f7884
3 changed files with 0 additions and 173 deletions

View File

@@ -36,7 +36,6 @@ gulp.task('build-prod', ['copy-prod-images', 'build-prod-css'], function(){
config.paths.vendors + 'jquery-file-upload/js/jquery.iframe-transport.js',
config.paths.vendors + 'jquery-file-upload/js/jquery.fileupload.js',
config.paths.dist + 'include/jslibs/jquery.form.2.49.js',
config.paths.dist + 'include/jslibs/jquery.vertical.buttonset.js',
config.paths.src + 'prod/js/jquery.Selection.js',
config.paths.src + 'prod/js/jquery.Edit.js',
config.paths.src + 'prod/js/jquery.lists.js',
@@ -47,7 +46,6 @@ gulp.task('build-prod', ['copy-prod-images', 'build-prod-css'], function(){
config.paths.src + 'prod/js/jquery.WorkZone.js',
config.paths.src + 'prod/js/jquery.Alerts.js',
config.paths.src + 'prod/js/jquery.Upload.js',
// config.paths.dist + 'include/jslibs/pixastic.custom.js', //@TODO double check usage
config.paths.src + 'prod/js/ThumbExtractor.js',
config.paths.src + 'prod/js/publicator.js',
config.paths.dist + 'include/jslibs/jquery.sprintf.1.0.3.js',