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

(tool) Fix images not being output to dist on gulp build #8

Merged
merged 1 commit into from Jul 29, 2015
Merged

(tool) Fix images not being output to dist on gulp build #8

merged 1 commit into from Jul 29, 2015

Conversation

jaromero
Copy link
Contributor

Related task

Imágenes de posts no se están viendo (97841)

Problem

gulp build is placing the images into dist/images correctly, but jekyll deletes them afterwards. This causes the final build to lack the directory, and therefore no local images can be used (images from external posts are still fine)

Solution

The tasks are rearranged to ensure that jekyll runs before the image optimization step, which then places the images where they belong

Tests

Tested by running gulp build to verify that the images task runs after the jekyll task, and that the images dir is present and contains the actual images.

jaromero added a commit that referenced this pull request Jul 29, 2015
(tool) Fix images not being output to dist on gulp build
@jaromero jaromero merged commit 2e5cacb into vinco:master Jul 29, 2015
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.

None yet

1 participant