Skip to content
Balthazar Gronon edited this page Mar 6, 2015 · 7 revisions

Why no imagemin process?

Since 62ad1f2, the generator does not minify your images. The aim of this project has always been to be the fastest way to scaffold and run an app, and this went against it. If you really want to have reduced images, we would recommend to minify them once and add them to the project. Is it a good practice to work non-minified images? Do you really want to pass to the same slow process every time your run a build? Both answers to these questions are No. (Not to mention that imagemin is broken under OSX)

Why no uncss ?

In the same way of imagemin, uncss is a very slow process that is infrequently needed. Add it when using a CSS framework like bootstrap on your project.

Why not Compass?

Because it's way to slow for the little it brings.

Clone this wiki locally