Skip to content

chore(pipeline): downgrade to [email protected] #253

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

Merged
merged 1 commit into from
Jun 14, 2018
Merged

Conversation

CITguy
Copy link
Contributor

@CITguy CITguy commented Jun 14, 2018

Less 3.x has a bug that prevents the correct CSS from being generated
when the less object in node is reused and the entry point hasn't
changed (CSS changes only exist in @imported files).

The first compile works as expected, but subsequent compiles are broken.

This is causing issues with our build pipeline when updating styles
and the development server is running. Currently, you have to restart
the development server to see the updated styles.

See less/less.js#3185

Less 3.x has a bug that prevents the correct CSS from being generated
when the `less` object in node is reused and the entry point hasn't
changed (CSS changes only exist in `@import`ed files).

The first compile works as expected, but subsequent compiles are broken.

This is causing issues with our build pipeline when updating styles
and the development server is running. Currently, you have to restart
the development server to see the updated styles.

See less/less.js#3185
@CITguy CITguy merged commit ab8cf42 into master Jun 14, 2018
@CITguy CITguy deleted the downgrade-less branch July 5, 2018 22:05
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.

1 participant