We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5cadb commit b0f0d6aCopy full SHA for b0f0d6a
gulpfile.js
@@ -26,30 +26,7 @@ var path = {
26
},
27
};
28
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
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
48
- bs.reload({
49
- stream: true,
50
51
- );
52
-});
+
53
54
// SCSS
55
gulp.task("scss:build", function () {
theme/plugins/lightbox2
0 commit comments