I
I
ItsEvil2015-02-21 13:12:18
Command line
ItsEvil, 2015-02-21 13:12:18

Why does the command line take a long time to think?

Recently, the command line, when starting a gallp, began to think for a very long time (sometimes more than a minute) before starting it.
A month ago, everything flew and started instantly, I did not make any changes to the settings.
The galp config is taken from some lesson. Stylus, nib, serveStatic, connect, concat and livereload are registered there.
From what might theoretically make the command line think, this is:
gulp.task('server', function() {
connect()
.use(require('connect-livereload')())
.use(serveStatic(__dirname + '/public'))
.listen('3333');
console.log('The server is running at localhost:3333 ');
});
But, I repeat,

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question