You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you encountered the "connection refused" error. I've released a new version 2.0.0 that should fix this issue.
See the updated documentation about the new mode option that let you select between "a slow thing that works everytime", and "a fast thing that fails most of the time".
When i run 'gulp php:build', terminal said: 'Minifying: path/to/files/file.php' but files don't minifying and i didn't see files in my dest folder.
const {phpMinify} = require('@cedx/gulp-php-minify');
gulp.task('php:build', () => gulp.src(path.src.php, {read: false})
.pipe(phpMinify())
.pipe(gulp.dest(path.build.php))
);
Whats problem?
The text was updated successfully, but these errors were encountered: