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

Fixes #868: Make imagemin non-default task. #869

Merged
merged 3 commits into from
Dec 22, 2015
Merged

Fixes #868: Make imagemin non-default task. #869

merged 3 commits into from
Dec 22, 2015

Conversation

miketaylr
Copy link
Member

Also fixes #811 by documenting what build tasks do.

r? @hallvors

@miketaylr
Copy link
Member Author

Ping @hallvors :)

@magsout
Copy link
Member

magsout commented Dec 19, 2015

👍


You need to build the project before serving it from a webserver will work, and after certain kinds of changes are made.

* CSS: a build will run cssnext, combine custom media queries, run cssnext, and concat all source files into webcompat.dev.css. You'll need to re-build the CSS to see any changes, so it's recommended to use a watch task (see `make watch` or `grunt watch`).

This comment was marked as abuse.

This comment was marked as abuse.

@hallvors
Copy link
Contributor

Ops, sorry. 👍 with the small comment above addressed :)

@miketaylr
Copy link
Member Author

Thanks!

miketaylr pushed a commit that referenced this pull request Dec 22, 2015
Fixes #868: Make imagemin non-default task.
@miketaylr miketaylr merged commit cdef8bd into master Dec 22, 2015
@miketaylr miketaylr deleted the issues/868/2 branch December 22, 2015 01:24
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

Successfully merging this pull request may close these issues.

CONTRIBUTING.md: explain what "build" does and when you might need to build the project
3 participants