Created
May 7, 2014 18:00
-
-
Save paolodina/9cb19dc0d4e862ab3541 to your computer and use it in GitHub Desktop.
compass-compile-time
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ time bundle exec compass compile | |
overwrite stylesheets/style.css | |
real 0m27.504s | |
user 0m27.082s | |
sys 0m0.400s | |
$ bundle exec compass stats | |
| ----------------------------- | ----- | ---------- | -------------- | ----------- | ------------- | ------------- | -------------- | -------------- | | |
| Filename | Rules | Properties | Mixins Defs | Mixins Used | Filesize | CSS Selectors | CSS Properties | CSS Filesize | | |
| ----------------------------- | ----- | ---------- | -------------- | ----------- | ------------- | ------------- | -------------- | -------------- | | |
| sass/style.scss | 16 | 4 | 0 | 14 | 2 KB | 138 | 322 | 18 KB | | |
| sass/grids/_complex_grid.scss | 8 | 0 | 0 | 8 | 474 B | -- | -- | -- | | |
| sass/grids/_example_grid.scss | 7 | 1 | 0 | 6 | 394 B | -- | -- | -- | | |
| sass/libs/_normalize.scss | 98 | 75 | 0 | 26 | 16 KB | -- | -- | -- | | |
| sass/partials/_base.scss | 0 | 0 | 0 | 0 | 62 B | -- | -- | -- | | |
| sass/partials/_colors.scss | 1 | 0 | 0 | 3 | 240 B | -- | -- | -- | | |
| sass/partials/_layouts.scss | 0 | 0 | 0 | 0 | 82 B | -- | -- | -- | | |
| sass/partials/_sizes.scss | 6 | 0 | 0 | 6 | 389 B | -- | -- | -- | | |
| ----------------------------- | ----- | ---------- | -------------- | ----------- | ------------- | ------------- | -------------- | -------------- | | |
| Total (8 files): | 136 | 80 | 0 | 63 | 18 KB | 138 | 322 | 18 KB | | |
| ----------------------------- | ----- | ---------- | -------------- | ----------- | ------------- | ------------- | -------------- | -------------- | | |
$ bundle list | |
Gems included by the bundle: | |
* addressable (2.3.6) | |
* breakpoint (2.4.2) | |
* bundler (1.6.2) | |
* chunky_png (1.3.1) | |
* compass (1.0.0.alpha.19) | |
* compass-core (1.0.0.alpha.19) | |
* compass-import-once (1.0.4) | |
* css_parser (1.3.5) | |
* ffi (1.9.3) | |
* json (1.8.1) | |
* listen (1.1.6) | |
* multi_json (1.10.0) | |
* rb-fsevent (0.9.4) | |
* rb-inotify (0.9.4) | |
* rb-kqueue (0.2.2) | |
* sass (3.3.7) | |
* sassy-maps (0.3.2) | |
* susy (2.1.2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment