bump embed bundle, removed swfobject dependency, cleanup and fix thumbnail twig files

This commit is contained in:
Florian BLOUET
2015-12-14 18:26:31 +01:00
parent bfed7bcce4
commit 02da92b77b
12 changed files with 44 additions and 220 deletions

View File

@@ -18,9 +18,7 @@ gulp.task('build-permaview-js', function(){
/*
var permaviewGroup = [
config.paths.src + 'vendors/jquery-mousewheel/js/jquery.mousewheel.js',
config.paths.src + 'vendors/jquery-image-enhancer/js/jquery.image_enhancer.js',
config.paths.vendors + 'swfobject/swfobject/swfobject.js', // @TODO: should be moved away (embed-bundle)
config.paths.dist + 'include/jslibs/flowplayer/flowplayer-3.2.13.min.js' // @TODO: should be moved away (embed-bundle)
config.paths.src + 'vendors/jquery-image-enhancer/js/jquery.image_enhancer.js'
];
return utils.buildJsGroup(permaviewGroup, 'permaview', 'permaview/js', debugMode);
*/