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
The output of this project is 1 single-page html file.
Currently the build step takes 32 seconds to create this single html file. Included in the build process are about 10 steps, as well as a variety tools and frameworks. The nodejs dependency graph has about 600 node modules.
I've spent two days working with this project, and came to the conclusion that it is just too "fat" -- it's not necessary to include all those tools, each adding a little complexity here and there, but finally having half a minute build time and a crazy complex setup to just build the single html page.
Furthermore it includes hacks such as making ajax requests by injecting iframes, etc.
I propose to rethink the whole setup and create a much leaner stack.
Working on a website needs a swift build process in order to quickly test ideas and code. I think less than 5 seconds incremental build step would be a good goal.
I personally prefer static website generators such as Jekyll.
The text was updated successfully, but these errors were encountered:
The output of this project is 1 single-page html file.
Currently the build step takes 32 seconds to create this single html file. Included in the build process are about 10 steps, as well as a variety tools and frameworks. The nodejs dependency graph has about 600 node modules.
I've spent two days working with this project, and came to the conclusion that it is just too "fat" -- it's not necessary to include all those tools, each adding a little complexity here and there, but finally having half a minute build time and a crazy complex setup to just build the single html page.
Furthermore it includes hacks such as making ajax requests by injecting iframes, etc.
I propose to rethink the whole setup and create a much leaner stack.
Working on a website needs a swift build process in order to quickly test ideas and code. I think less than 5 seconds incremental build step would be a good goal.
I personally prefer static website generators such as Jekyll.
The text was updated successfully, but these errors were encountered: