-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
version 2.12.7 silently dropping some files in subfolders #594
Comments
Thanks for reaching out, so your directory looks like:
That is, only |
Good day. I have minify version 2.12.8 now. |
Thanks for the test case. It appeared that concatenating files caused an issue when the preceding file ends in a line comment, that is why the first line of lib/jquery.magnific-popup.js was commented and removed from the output. This should now be fixed! |
i have this dir structure:
./
scripts.js js.min.js
lib/
1jquery.min.js jquery.form.min.js jquery.jgrowl.min.js owl.carousel.min.js
jquery-1.10.2.min.map jquery.jgrowl.map jquery.magnific-popup.min.js
when i am doing:
rm js.min.js; minify --recursive --bundle lib scripts.js -o js.min.js
in recent versions it silently drops jquery.magnific-popup.min.js when it in lib subfolder.
but when i copy jquery.magnific-popup.min.js in ./ folder its all ok:
rm js.min.js; minify --recursive --bundle lib jquery.magnific-popup.min.js
scripts.js -o js.min.js
I test prev versions just about month ago, it was no such problems.
map files in lib folder mean nothing here - when i delete them bug is in place
The text was updated successfully, but these errors were encountered: