When comparing Puppy Linux vs Google's Web Starter Kit, the Slant community recommends Puppy Linux for most people. In the question“What are the best Linux distros that run entirely in RAM?” Puppy Linux is ranked 1st while Google's Web Starter Kit is ranked 10th. The most important reason people chose Puppy Linux is:
Puppy Linux requires 128MB of RAM and 333Mhz of CPU, although 256MB of RAM is recommended.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Extremely low minimum system requirements
Puppy Linux requires 128MB of RAM and 333Mhz of CPU, although 256MB of RAM is recommended.
Pro The whole OS runs off of RAM
Since Puppy Linux is completely loaded and run off of RAM instead of HDD, it's read/write speed is not a factor.
Pro Designed to run as a live USB/CD
A portable version, that can be carried on a thumb drive without requiring installation, weighs less than 100MB; a Live CD - less than 150MB. You can even save your settings and files for Puppy on the external device/media.
Running off a live CD also has security benefits, as your system will reset to the known config after each boot.
Pro Different distro based versions available
Puppy Linux offers a few different releases.
The first is an Ubuntu based release called Tahrpup, by using this version the user is able to take advantage of all software and support from Ubuntu.
The second version is called Slacko, which is built upon the Slackware binaries.
The third is called Wary and it is built to support older hardware than the rest.
And the fourth is called Quirky, which is used as a base to explore new ideas.
Pro Linux distro designed for this exact purpose
Pro Offers a long term support release
Puppy Linux offers an LTS release called Precise.
Pro It can be the only distro that works
Sometimes, Puppy Linux is the only distro that works on an old machine: all other distros are more demanding.
Pro JWM used as window manager
JWM is a low resource window manager that is used in most Puppy Linux installs.
Pro Sass support
Since a lot of web designers these days don't use the plain old CSS, instead they use a CSS pre-processor (like Sass or Less). Thanks to Sass support web designers can easily add GWK to their workflows.
Pro CSS vendor autoprefixing
Starter Kit includes Autoprefixer that takes care of vendor prefixes.
Pro High PageSpeed Insights performance score
Since the base skeleton provided by the Web Starter kit is authored by Google itself, it's pretty much understood that the template is optimized to the max, for performance. If you test a site (on Google PageSpeed Insights) built by the GWK you can be sure that it'll always achieve a very high score.
Pro Responsive
Since most of the websites that are currently being built (or any website that was built after 2012) are responsive, a 'scaffold-ed' website skeleton without any responsiveness would be pretty useless.
Pro Live browser reloading
Helps to build website faster by refreshing the page automatically as you save the source file changes.
Pro Performance optimization
Gulp script includes tools for image optimization, JavaScript & CSS minification & optimization and HTML minification.
Pro Built-in HTTP server
In case you want to try out your shiny new site on your mobile phone or another PC. Just type in the command gulp serve
and load up the provided server address from another device to see how your website looks and performs.
Pro Google-friendly style guide
Pro Includes a gulp build script
If you use the Gulp build system and are familiar with its environment, you can directly use Web Starter Kit's Gulp build script to build your next GWK based project.
Pro BrowserSync for synchronized browser testing
BrowserSync offers a browser live-update solution across multiple devices. And it works with basically every desktop and mobile browser. Even IE7.
Pro Yeoman generator
There's a Yeoman generator for Google's Web Starter Kit available. To install (requires Node, Ruby, Gulp, and Sass):
sudo npm install -g yo generator-web-starter-kit
cd project-root-directory/
yo web-starter-kit
npm install
gulp serve
Cons
Con A bit ugly
Using puppy makes you feel like you just jumped 20 years into the past. Being that the purpose of Puppy Linux is to run or really low resource machines the software used is often on the older side, which is precisely why it has a 20 year old look.
Con Not as light as it used to be
It's light, but not as light as it was 1-2 years ago.
Con Smallest software library ever
You can barely find any precompiled packages for Puppy.
Con No built in compositing
Being a low resource distro there is zero built in compositing for the JWM window manager. Though one can be added through a bit of work.
Con Deprecated
Visitors to the official docs will see a warning: "Warning: Web Starter Kit is no longer supported."
Con Can't be used with Less
The framework CSS is built on Sass, which adds dependencies to the build chain. There's no option to use Less.