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
If I want to contribute improvements to the frontend code, how am I supposed to build/compile the assets? I see babel and gulp-babel in package.json, but there's no gulpfile.
The text was updated successfully, but these errors were encountered:
@ahmetson thank you for your constructive comment.
The issue here is that the setup to build the admin's frontend is not there, so "putting the changes for myself" would mean either manually editing already built and minified javascript and css (which would be overwritten when they build again) or constructing that setup from scratch making sure it matches what they have (so I'd have to reverse-engineer it).
This would be solved by them just adding the Gulpfile and related config to the repo, virtually zero work.
If I want to contribute improvements to the frontend code, how am I supposed to build/compile the assets? I see babel and gulp-babel in package.json, but there's no gulpfile.
The text was updated successfully, but these errors were encountered: