cleaned edlp_theme bower dependency and libraries
This commit is contained in:
-14
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
-14
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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user