-
Notifications
You must be signed in to change notification settings - Fork 25
Ditch GULP in favor of inhouse solution #96
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
Conversation
Signed-off-by: greysilly7 <greysilly7@gmail.com>
there's no way half of those scripts run correctly, some rely on things being installed globally, and why is the build split like that? |
also you screwed up the description again |
SHHH and it runs fine I littearly ran the server ;( |
Hey, I know I don't do everything super professional, its all new to me me. However, before writing off the code and saying it won't work, at least try it? I don't even have Bun or NodeJS installed globally on my system, I do per project basis with Nix, so it requiring global dependencies is just inaccurate. |
swc command not found |
Gulp even required installing first, so seems unfair and like this isnt being given real shot |
no? The gulp script works fine. Your script does not and assumes it's installed globally when that's not the case |
No..?????? |
Gulp has the same behavior |
no, it's really not, you're not running gulp as if it were global, so this isn't anywhere near the same thing lol |
You literally just need to install the dependencies first with |
due to gulp being ditched for a shorter and faster build script ditching swc/cli this is no longer needed |
Description
Switches to a in-house solution for ditching GULP, resulted in going from .5XXms to .0Xms
Related issues
Any related issues, delete if there are none