Mobile app version of vmapp.org
Login or Join
Caterina187

: Releasing a CSS minification tool - should it be downloadable or accessable through the cloud? I am thinking of releasing a CSS minifaction library, which has dependencies on other libraries.

@Caterina187

Posted in: #Cloud #Css #Javascript #Tools

I am thinking of releasing a CSS minifaction library, which has dependencies on other libraries.

Since CSS Minification is not something that occurs a lot (compared to optimising PDFs for example), I have two options:


I could make it downloadable, however, it means that the user needs
to download 3-4 other libraries, just to make everything run.
I could create a web service that receives a HTTP post and returns
the minified file as a response.


Now a days there is a lot of talk about the Cloud and Cloud Services, and perhaps the approach to releasing tools such as this should be included in that discussion as well.

So basically the question is: What are the pros and cons of online/cloud tools compared to downloadable tools?

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Caterina187

3 Comments

Sorted by latest first Latest Oldest Best

 

@Eichhorn148

Why not just have it available as a Web application like Google Closure Compiler? The user drops his entire CSS, hits 'minify', and copy-pastes the minified CSS?

10% popularity Vote Up Vote Down


 

@Shelley277

The main advantage of downloadable css compressors is offline usage.

The advantage of an online css compressor is security for the user. Some users may not feel comfortable downloading an unknown script.

10% popularity Vote Up Vote Down


 

@Murray432

It depends on the complexity of the install - most inexperienced (and even experienced users) prefer a simple one-click install.

This is probably because most users are looking to fix a problem and want to get to/check a solution quickly.

With that in mind and the easy way people can share via social networks I'd go for a hosted service, you will probably get more traction that way.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme