Skip to content

Ensure css-modulesify plays nice with watchify #11

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 15, 2015

Conversation

hughsk
Copy link
Contributor

@hughsk hughsk commented Jun 14, 2015

Previously, CSS builds were only written out once and watchify would have to be restarted to trigger a new rebuild. This rewrites the CSS file on each call to b.bundle(), taking into account that watchify won't be re-transforming every CSS file every time.

Thanks! :)

@joshgillies
Copy link
Member

Otherwise this PR does what it says on the box. Happy to merge once the above is sorted. Thanks! :D

Previously, CSS builds were only written out once and watchify
would have to be restarted to trigger a new rebuild. This rewrites
the CSS file on each call to `b.bundle()`, taking into account that
watchify won't be re-transforming every CSS file every time.
joshgillies added a commit that referenced this pull request Jun 15, 2015
Ensure css-modulesify plays nice with watchify
@joshgillies joshgillies merged commit 0ec4eb8 into css-modules:master Jun 15, 2015
@joshgillies
Copy link
Member

Merged #11 -- Thanks! 👍

@joshwnj
Copy link
Member

joshwnj commented Jun 15, 2015

👍 cheers @hughsk !

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.

3 participants