-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not minify #13
Comments
Ah, doesn't return any error:
|
Could you post the code of your Gulp task, please? |
I've tried this: task('compress:php__tmp->dist', done => { and this:const {phpMinify, TransformMode} = require('@cedx/gulp-php-minify'); task('compress:php', () => src(tmp+'**/*.php', {read: false}) |
The second sample is better than the first : the call to |
If I remove the double slash gulp return: c:\Users......\gulpfile.js:34 SyntaxError: Invalid hexadecimal escape sequence tmp and dist are variables that indicate the directory. I've use this plugin without gulp, using a single javascript using via node.js and work well. I think is gulp the problem. |
I also think it comes from the way the Gulp task is coded (although your example seems quite correct). |
Hi, the plugin doesn't return me any error, copy the file in the dest directory but doesn't minify.
The text was updated successfully, but these errors were encountered: