N
N
Nikolai Bogdanov2018-03-11 12:49:24
css
Nikolai Bogdanov, 2018-03-11 12:49:24

GULP crashes when importing files and saving?

There is a stylized circular menu. I want to split it into subfiles. It turns out 1 main sass and 4 parts are connected to it. And so at change of one of these 4 parts gallp flies.
The second case when this happens: they connect to the main sass through its pieces. I wanted to do it differently - in order not to clutter up the main file, I decided to put all the styles into a separate file, and now import this file into index.sass. So, when you disable / enable imports, a gallp flies. Rummaged in an Internet, except found nothing. Does not help. It flies anyway. Tell me how to fix this? @importsetTimeout(function(){gulp.start('sass');},15000)
5aa4fb23d84c2783883222.png5aa4fb2ab3069658071308.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Sklyarov, 2018-03-11
@0example

And for whom does the console output errors? You will read and understand: import file not found or not readable. After that comes the name of the file "menuu", judging by the two UUs at the end, you either forgot to write the permission, or you added an extra character at the end.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question