Open jensschneider opened 6 years ago
index.html
@@include('./file1.html') @@include('./file2.html')
file1.html
hello from file1
file2.html
hello from file2
result
hello from file1 hello from file2
updating file1
Content of file1 is missing
updating file2
Changings of file1 are included. Content of file2 is missing.
updating file1 updating file2
My setup
index.html
file1.html
file2.html
Initial gulp process without .watch
result
Starting gulp.watch to index.html
Changing file1 to
updating file1
result
Content of file1 is missing
Then changing file2 to
updating file2
result
Changings of file1 are included. Content of file2 is missing.
Stopping gulp.watch an run manually
result