themesberg / volt-bootstrap-5-dashboard

Free and open source Bootstrap 5 Admin Dashboard Template with vanilla Javascript
https://themesberg.com/docs/volt-bootstrap-5-dashboard/getting-started/quick-start/
MIT License
2.61k stars 302 forks source link

whats the use of `gulp-wait` #41

Closed danny007in closed 3 years ago

danny007in commented 3 years ago

and y it is necessary

zoltanszogyenyi commented 3 years ago

Hey @danny007in.

We use it as a small buffer time between the reading of source files (SASS, HTML, CSS) until the compilation is done. We've had a weird issue where sometimes the compilation wouldn't happen correctly, and this is something that fixed it. But anyway, we want to use Webpack in the future instead of Gulp. Probably for the v2.0.

danny007in commented 3 years ago

Take a look, if ur not busy completely https://github.com/ColorlibHQ/AdminLTE/blob/v4-dev/gulpfile.js and https://github.com/ColorlibHQ/AdminLTE/tree/v4-dev