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(){
|
function init(){
|
||||||
console.log("EdlpTheme init()");
|
// console.log("EdlpTheme init()");
|
||||||
|
|
||||||
// redirect all no-front pages to front with right url ajax load
|
// redirect all no-front pages to front with right url ajax load
|
||||||
initHistory();
|
initHistory();
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
// | || ' \| | _|
|
// | || ' \| | _|
|
||||||
// |___|_||_|_|\__|
|
// |___|_||_|_|\__|
|
||||||
function init(){
|
function init(){
|
||||||
console.log("EdlpTheme init()");
|
// console.log("EdlpTheme init()");
|
||||||
|
|
||||||
// redirect all no-front pages to front with right url ajax load
|
// redirect all no-front pages to front with right url ajax load
|
||||||
initHistory();
|
initHistory();
|
||||||
|
|||||||
@@ -14,9 +14,7 @@
|
|||||||
"tests"
|
"tests"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"history.js": "latest",
|
|
||||||
"jquery.hotkeys": "latest",
|
"jquery.hotkeys": "latest",
|
||||||
"overlayScrollbars": "latest",
|
|
||||||
"masonry-layout": "latest",
|
"masonry-layout": "latest",
|
||||||
"imagesloaded": "latest"
|
"imagesloaded": "latest"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ global-css:
|
|||||||
css:
|
css:
|
||||||
base:
|
base:
|
||||||
assets/dist/styles/app.min.css: {}
|
assets/dist/styles/app.min.css: {}
|
||||||
# assets/dist/bower/OverlayScrollbars.min.css: {}
|
|
||||||
|
|
||||||
history-js:
|
history-js:
|
||||||
version: VERSION
|
version: VERSION
|
||||||
@@ -13,9 +12,7 @@ history-js:
|
|||||||
global-js:
|
global-js:
|
||||||
version: VERSION
|
version: VERSION
|
||||||
js:
|
js:
|
||||||
assets/dist/bower/jquery.history.js: { scope: footer }
|
# assets/dist/bower/jquery.hotkeys.js: { scope: footer }
|
||||||
assets/dist/bower/jquery.hotkeys.js: { scope: footer }
|
|
||||||
# assets/dist/bower/jquery.overlayScrollbars.min.js: { scope: footer }
|
|
||||||
assets/dist/bower/imagesloaded.pkgd.min.js: { scope: footer }
|
assets/dist/bower/imagesloaded.pkgd.min.js: { scope: footer }
|
||||||
assets/dist/bower/masonry.pkgd.min.js: { scope: footer }
|
assets/dist/bower/masonry.pkgd.min.js: { scope: footer }
|
||||||
assets/dist/scripts/main.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.task('bower', function() {
|
||||||
gulp.src(mainBowerFiles({
|
gulp.src(mainBowerFiles({
|
||||||
"overrides":{
|
"overrides":{
|
||||||
"history.js":{
|
|
||||||
"main":"./scripts/bundled/html4+html5/jquery.history.js"
|
|
||||||
},
|
|
||||||
"overlayScrollbars":{
|
|
||||||
"main":[
|
|
||||||
"./js/jquery.overlayScrollbars.min.js",
|
|
||||||
"./css/OverlayScrollbars.min.css"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"masonry-layout":{
|
"masonry-layout":{
|
||||||
"main":"./dist/masonry.pkgd.min.js"
|
"main":"./dist/masonry.pkgd.min.js"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user