cleaned edlp_theme bower dependency and libraries

This commit is contained in:
Bachir Soussi Chiadmi
2018-04-03 22:22:21 +02:00
parent f741a01bbe
commit 94501a2aad
8 changed files with 3 additions and 46 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -16,7 +16,7 @@
// | || ' \| | _|
// |___|_||_|_|\__|
function init(){
console.log("EdlpTheme init()");
// console.log("EdlpTheme init()");
// redirect all no-front pages to front with right url ajax load
initHistory();
@@ -16,7 +16,7 @@
// | || ' \| | _|
// |___|_||_|_|\__|
function init(){
console.log("EdlpTheme init()");
// console.log("EdlpTheme init()");
// redirect all no-front pages to front with right url ajax load
initHistory();
@@ -14,9 +14,7 @@
"tests"
],
"dependencies": {
"history.js": "latest",
"jquery.hotkeys": "latest",
"overlayScrollbars": "latest",
"masonry-layout": "latest",
"imagesloaded": "latest"
}
@@ -3,7 +3,6 @@ global-css:
css:
base:
assets/dist/styles/app.min.css: {}
# assets/dist/bower/OverlayScrollbars.min.css: {}
history-js:
version: VERSION
@@ -13,9 +12,7 @@ history-js:
global-js:
version: VERSION
js:
assets/dist/bower/jquery.history.js: { scope: footer }
assets/dist/bower/jquery.hotkeys.js: { scope: footer }
# assets/dist/bower/jquery.overlayScrollbars.min.js: { scope: footer }
# assets/dist/bower/jquery.hotkeys.js: { scope: footer }
assets/dist/bower/imagesloaded.pkgd.min.js: { scope: footer }
assets/dist/bower/masonry.pkgd.min.js: { scope: footer }
assets/dist/scripts/main.min.js: { scope: footer }
@@ -51,15 +51,6 @@ gulp.task('styles', function () {
gulp.task('bower', function() {
gulp.src(mainBowerFiles({
"overrides":{
"history.js":{
"main":"./scripts/bundled/html4+html5/jquery.history.js"
},
"overlayScrollbars":{
"main":[
"./js/jquery.overlayScrollbars.min.js",
"./css/OverlayScrollbars.min.css"
]
},
"masonry-layout":{
"main":"./dist/masonry.pkgd.min.js"
},