Skip to content

Commit b0f0d6a

Browse files
committed
deleted lightbox again
1 parent 3c5cadb commit b0f0d6a

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

gulpfile.js

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,7 @@ var path = {
2626
},
2727
};
2828

29-
// HTML
30-
gulp.task("html:build", function () {
31-
return gulp
32-
.src(path.src.html)
33-
.pipe(
34-
fileinclude({
35-
basepath: path.src.incdir,
36-
})
37-
)
38-
.pipe(
39-
comments(`
40-
WEBSITE: https://themefisher.com
41-
TWITTER: https://twitter.com/themefisher
42-
FACEBOOK: https://www.facebook.com/themefisher
43-
GITHUB: https://github.com/themefisher/
44-
`)
45-
)
46-
.pipe(gulp.dest(path.build.dirDev))
47-
.pipe(
48-
bs.reload({
49-
stream: true,
50-
})
51-
);
52-
});
29+
5330

5431
// SCSS
5532
gulp.task("scss:build", function () {

theme/plugins/lightbox2

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)