Skip to content

Conversation

ajoslin
Copy link
Contributor

@ajoslin ajoslin commented Aug 15, 2016

This makes css-extract run before bundle-collapser.

bundle-collapser will change require('insert-css') to a number, eg require(1), which will break css-extract. So we must run before bundle-collapser.

Closes #5

This makes css-extract run before bundle-collapser. bundle-collapser will change `require('insert-css')` to a number, eg `require(1)`, which will break css-extract. Closes stackcss#5
@codecov-io
Copy link

codecov-io commented Aug 15, 2016

Current coverage is 100% (diff: 100%)

Merging #8 into master will not change coverage

@@ master #8 diff @@ =================================== Files 1 1 Lines 36 36 Methods 0 0 Messages 0 0 Branches 0 0 =================================== Hits 36 36 Misses 0 0 Partials 0 0 

Powered by Codecov. Last update e4129b5...3bdeeed

@ahdinosaur
Copy link
Member

ahdinosaur commented Aug 15, 2016

hey, LGTM, thanks @ajoslin !

@ahdinosaur ahdinosaur merged commit 8e7872d into stackcss:master Aug 15, 2016
@ajoslin ajoslin deleted the patch-1 branch August 15, 2016 13:43
@ajoslin
Copy link
Contributor Author

ajoslin commented Aug 15, 2016

Thank you!

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