-
Notifications
You must be signed in to change notification settings - Fork 29
Home
Originally, the tests were executed on the Travis platform, but for speed purposes and some issues regarding strange timeouts on a generated project installation, we are now on CircleCI. You can view the old logs here. Each build also triggers e2e testing of the generated project with the latest Chrome and Firefox, that you can find here with the bangular label.
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 with 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.