Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report CSS stats #6

Open
lewisnyman opened this issue Feb 5, 2015 · 3 comments
Open

Report CSS stats #6

lewisnyman opened this issue Feb 5, 2015 · 3 comments

Comments

@lewisnyman
Copy link
Owner

How many CSS files
How many lines of CSS
How many KB of CSS

@lewisnyman
Copy link
Owner Author

How many CSS files:

find ./core/modules ./core/themes ./core/misc -name "*.css" | wc -l

@lewisnyman
Copy link
Owner Author

How many lines of CSS:

find ./core/modules ./core/themes ./core/misc -name "*.css" -exec cat {} \; | wc -l

@lewisnyman
Copy link
Owner Author

It would be nice to build this into the csslint report, it already reports the number of CSS files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant