Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gulp async error #65

Open
Dikht opened this issue Sep 3, 2024 · 4 comments
Open

Gulp async error #65

Dikht opened this issue Sep 3, 2024 · 4 comments

Comments

@Dikht
Copy link

Dikht commented Sep 3, 2024

Выдается ошибка при запуске gulp.

webpack 5.94.0 compiled successfully
[13:38:39] Finished 'scripts' after 1.52 s
[13:38:39] Starting 'styles'...
[13:38:40] The following tasks did not complete: default, styles
Did you forget to signal async completion?

Каким образом нужно преобразовать gulpfile.js ?

@agragregra
Copy link
Owner

Выдается ошибка при запуске gulp.

webpack 5.94.0 compiled successfully
[13:38:39] Finished 'scripts' after 1.52 s
[13:38:39] Starting 'styles'...
[13:38:40] The following tasks did not complete: default, styles
Did you forget to signal async completion?

Каким образом нужно преобразовать gulpfile.js ?

Преобразовывать gulpfile.js не нужно, просто проверьте, где у вас ошибка или опечатка в sass файлах.

@Dikht
Copy link
Author

Dikht commented Sep 3, 2024

при использовании scss синтаксиса расширение файлов нужно менять на scss либо так и оставлять *.sass ?

@agragregra
Copy link
Owner

при использовании scss синтаксиса расширение файлов нужно менять на scss либо так и оставлять *.sass ?

для синтаксиса sass используется расширение sass
для синтаксиса scss используется расширение scss
scss можно подключить в главный sass файл
scss автоматически подключается из папки blocks

@Dikht
Copy link
Author

Dikht commented Sep 3, 2024

Спасибо за помощь и разъяснение

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants