Добрый день.
Gulp использую впервые, да и вообще раньше не использовал сборщики проекта
Получил проект на доработку, стал собирать, он стили не тянет
В консоли вот что:
$ gulp serve
[13:06:49] Using gulpfile ~\WebstormProjects\DocumentableObjects\r2s_front\gulpf ile.js
[13:06:49] Starting 'markups'...
[13:06:49] Starting 'styles'...
[13:06:49] Running command sass --sourcemap=none --style=expanded src/app/index. sass C:/Users/12C2~1/AppData/Local/Temp/gulp-ruby-sass-a66053e7b7cdff67a509961be 6b285f898a73392dd762eb6daa12ed4dcb979c5/index.css
[13:06:49] "sass" �� ����� ����७��� ��� ���譥�
��������, �ᯮ��塞�� �ணࠬ��� ��� �������� 䠩���.
[13:06:49] Finished 'markups' after 476 ms
[13:06:49] Finished 'styles' after 219 ms
[13:06:49] Starting 'inject'...
[13:06:50] gulp-inject Nothing to inject into 404.html.
[13:06:50] gulp-inject Nothing to inject into index.html.
[13:06:50] gulp-inject Nothing to inject into stripe_test.html.
[13:06:51] gulp-inject 123 files into 404.html.
[13:06:51] gulp-inject 123 files into index.html.
[13:06:51] gulp-inject 123 files into stripe_test.html.
[13:06:51] Finished 'inject' after 1.82 s
[13:06:51] Starting 'watch'...
[13:06:52] Finished 'watch' after 664 ms
[13:06:52] Starting 'serve'...
[13:06:52] Finished 'serve' after 187 ms
[BS] Access URLs:
---------------------------------------
Local: http://localhost:9000/
External: http://192.168.1.134:9000/
---------------------------------------
UI: http://localhost:3001
UI External: http://192.168.1.134:3001
---------------------------------------
[BS] Serving files from: .tmp/serve
[BS] Serving files from: src
[BS] Watching files...
[BS] File changed: .tmp\serve\404.html
[BS] File changed: .tmp\serve\index.html
[BS] File changed: .tmp\serve\stripe_test.html
почему могут не инджектится стили и как понять о чём мне говорит sass в 5 строчке?