wip: js modularization of lightbox and cleanup

This commit is contained in:
Florian BLOUET
2016-02-29 17:31:29 +01:00
parent 203521d991
commit ab368a7dee
21 changed files with 966 additions and 991 deletions

View File

@@ -26,6 +26,7 @@ gulp.task('build-common-css', ['build-common-font-css'],function(){
gulp.task('build-common-js', function(){
var commonGroup = [
config.paths.src + 'common/js/components/utils.js',
config.paths.src + 'common/js/components/user.js',
// config.paths.dist + 'assets/bootstrap/js/bootstrap.js', // should append no conflict
config.paths.src + 'vendors/jquery-mousewheel/js/jquery.mousewheel.js',