Andrii Fomenko
Andrii Fomenko
On the server, the correct time. When I copy files manually - they are with correct time. If synchronization is performed - they have wrong time (+3). This problem has...
Plugin does not work, push is not executed when access token is configured. A password request window pops up.  constantly asking for a password when push  
Hello! Please help me figure out how to exclude several folders from the scan. documentation says to use valid regular expressions  with one folder - exception works  but...
when moving to the comments of an error occurs: Uncaught Error: Syntax error, unrecognized expression: a[href=#commentID the problem described here. whether you can solve it for the theme? https://wordpress.org/support/topic/wordpress-45-uncaught-error-syntax-error-unrecognized-expression-ahref?replies=3
Error running 'CSScomb': Cannot run program "D:\node_modules\csscomb\bin\csscomb" (in directory "D:\Temp\www\root"): CreateProcess error=193, %1 не является приложением Win32 I did everything according to the instructions. https://image.prntscr.com/image/UdYWI8nEQG6bTSEEdJZCBw.png In the project's root is...
I added csscomb to the file watchers with the next parameters https://image.prntscr.com/image/2c0f5YycTkGfudum_6LLpA.png all files are processed with the csscomb, except those that are included (_files.scss) is it possible to process...
In gulp 3.9.1, the code worked ``` var processBuild = function (destUrl, newest) { var buildCss = gulp.src([path.cssFiles]) .pipe(gulpif(newest, changed(path.tempFolder + path.cssFolder))) .pipe(gulp.dest(destUrl + path.cssFolder)); var buildCssMap = gulp.src([path.cssFolder +...
In gulp 3.9.1 there is a great run-sequence plugin that allowed you to run the next task at the end of the previous one. In gulp 4.0.0, this plugin does...
**Describe the bug** The HTML5Validator Action fails when encountering the `margin-inline` property in CSS. The validator reports that the property "doesn't exist", although it is part of modern CSS specifications....
Hello, I encountered an issue where `gulp-csscomb` causes the Gulp process to hang when working with SCSS files that use modern media query syntax with logical operators (`=`). The compilation...