-
Notifications
You must be signed in to change notification settings - Fork 2
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
Updated dependencies and fix minor issue on browser-sync #29
base: master
Are you sure you want to change the base?
Conversation
ciao @ilterra, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @stefanonava77 ,
I've added my comments on the request.
*/ | ||
if(isProduction) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you double check images are not minified in their original source but only when moved to the build folder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why we can't use the same approach that we use on prod? Do we need images not minified for dev env?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remember I had issues with minification. In particular minification was done on images on their location in src (resulting in a git change) instead of first copying them to build and then apply minification.
Can you check the script doesn't minify images in src but only in build?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked by adding a new image: no changes on src folder
No description provided.