Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anton
workshop
Commits
5d37aa76
Commit
5d37aa76
authored
5 years ago
by
Anton
Browse files
Options
Download
Email Patches
Plain Diff
изменил настройки browserSync
parent
cee409a7
master
almaty-20-inner
bahia-19
berlin-20
caribbean-region-2020-pre
costa-20
dubai-19
flanders-20
fond-20
gemotest
gemotest-mob
greece-20
greece-20-new
hungary-21
indian-ocean-2019
indian-ocean-2020
indian-ocean-2020-pre
indonesia-21
jamaica-21
jamaica-21-mobile
landing
maldives-20
moscow-19
moscow-20
moscow20-summer
neozn-stream
neozn-winter-20
new-project
novgorod-19
otm-mails
otm-restart-2020-pre
otm-summer-2020-pre
otm-winter-19
otm-winter-2020-pre
philippines-19
philippines-2021
plugins
prelanding
pt-folder
red-indian
red-indian-inner
red-indian-mails
rth-stub
selectum-19
sharjah-header
singapure-20
so-desktop-19
so-mobile-19
stand-moscow-2020
stand2020-gold
stand2020-platinum
stand2020-silver
tokio-20
tree-js
turister
ugra-2021
ugra-2021-mobile
vologda
zn-summer-20
zn-summer-20-inner
zn-summer-2020-pre
zn-summer-2021-pre
zn-summer-21
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Gulpfile.js
+1
-0
Gulpfile.js
with
1 addition
and
0 deletions
+1
-0
Gulpfile.js
+
1
-
0
View file @
5d37aa76
...
...
@@ -50,6 +50,7 @@ gulp.task('watch', function() {
baseDir
:
"
./
"
}
});
gulp
.
watch
(
'
./*.html
'
).
on
(
'
change
'
,
browserSync
.
reload
);
gulp
.
watch
([
'
./build/**/*.scss
'
],
[
'
create_css
'
]).
on
(
'
change
'
,
browserSync
.
reload
);
gulp
.
watch
([
'
./build/**/*.scss
'
],
[
'
create_min_css
'
]).
on
(
'
change
'
,
browserSync
.
reload
);
gulp
.
watch
([
'
./build/**/*.js
'
],
[
'
create_js
'
]).
on
(
'
change
'
,
browserSync
.
reload
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets