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
Hi everyone!
I think I found a bug with latest release in terms of assets compiling - when I do php bakery bake
I receive following error regarding gulp bundle task: Task never defined: bundle
I think it happens because task name was changed in file build/gulpfile.esm.js from bundle to build but it wasn't changed in file build/package.json: "uf-bundle": "./node_modules/.bin/gulp bundle",
after changing it to build, command bakery build-assets -f goes smoothly without errors. Would be nice to fix it and I'm sorry if it was already mentioned somewhere.
The text was updated successfully, but these errors were encountered:
As brought up in chat by @faligor:
The text was updated successfully, but these errors were encountered: