-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Gruntfile should not rely on PHP #1793
Comments
Ahh... never mind. It appears
In future, I believe we should look into decoupling php from nodejs tasks... seems really awkward. |
It's pretty organic if think about Magento import directive But if you don't wanna mix a worlds, you can always setup own way with separate theme and own Grunt config. It's not a mandatory. |
Public Pull Requests #12207 11882: It's not possible to enable "log to file" (debugging) in production mode. Psr logger debug method does not work by the default in developer mode. by @nmalevanec #11926 8255: Export Products action doesn't consider hide_for_product_page value. by @nmalevanec #11485 do the stock check on default level because the stock on website leve… by @joost-florijn-kega #11388 Fix #11236: Web Setup Wizard Icon Inconsistency by @dverkade #11323 Defaulting missing alt-text for a product to use the product name. by @brobie Fixed Public Issues #11509 Psr logger debug method does not work by the default in developer mode #11882 It's not possible to enable "log to file" (debugging) in production mode #8255 Export Products action doesn't consider hide_for_product_page value #11484 Visual Merchandiser show prices of out of stock simple products for the associated configurable product. #11236 Web Setup Wizard Icon Inconsistency #9931 Empty image alt-text & missing alt attribute on product detail page
I'm getting an odd bug when attaching a Magento 2 volume to a nodejs task runner container and executing
grunt refresh
:It appears that grunt is looking for PHP, when I don't believe PHP should be required at all to run a
grunt refresh
(strictly nodejs, right?). I tried looking forexec:all
to fix, but wasn't successful...The text was updated successfully, but these errors were encountered: