I am a Full stack .NET Developer, I like to work with C#, .Net Core, SQL, Mongo DB, Azure, JavaScript , Angular...
Always eager to learn new technologies. I am here to share, ask & eventually learn.
Thanks, yes offcourse I just want concatenate them. But just curious to know that's how bundling works isn't? Also I am using Windows, should I install any CLI to make cat or type work ?
I am a Full stack .NET Developer, I like to work with C#, .Net Core, SQL, Mongo DB, Azure, JavaScript , Angular...
Always eager to learn new technologies. I am here to share, ask & eventually learn.
I was looking for simple tools like this one. But when I Google JavaScript bundle all I get was webpack or parceljs options. Thanks for simple solution. Appreciate :)
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
If you want only to bundle them together, you can simply concatenate them instead of using the heavy and modern JS tools.
If you're on Windows, replace
catbytype.Thanks, yes offcourse I just want concatenate them. But just curious to know that's how bundling works isn't? Also I am using
Windows, should I install anyCLIto makecatortypework ?This. Replace with
gulpandgulp-concatif you need more than just combining.I was looking for simple tools like this one. But when I Google JavaScript bundle all I get was
webpackorparceljsoptions. Thanks for simple solution. Appreciate :)