A
A
Artem Shchurin2015-11-04 13:20:33
JavaScript
Artem Shchurin, 2015-11-04 13:20:33

Sass swears at the assembly with hieroglyphs?

Good afternoon.
I am using Gulp for the first time, and in general I have not used project assemblers before. I
received a project for revision, began to assemble it, it does not pull styles.
In the console, this is what:

$ 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

why styles can not be injected and how to understand what sass is telling me in line 5?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Z
zooks, 2015-11-04
@zooks

Judging by the dollar sign, this is bash.
It is necessary to Russify the console. Well, at the same time check the encoding of the SASS files so that they are in utf-8.

C
ChtotoBudet, 2015-11-04
@ChtotoBudet

Are there any Russian folder names in the full path to the project?

S
sherlaimov, 2016-06-01
@sherlaimov

Update the question, someone respond, I've been treating the same problem all day!
Please help me decide. I use Windows 10, while on the poppy everything works out the same with a bang.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question