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

fix miss import-style when css is required deeply #18 #19

Merged
merged 1 commit into from
Oct 14, 2014

Conversation

popomore
Copy link
Member

No description provided.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.0%) when pulling 0e95aec on fix-require-css-deep into e17ab1f on master.

@@ -251,7 +251,7 @@ var extDeps = {
function getExtra(file, pkg, options) {
var ret = [];
Object.keys(extDeps).filter(function(ext) {
return file.extension === ext || file.hasExt(ext, ignoreCssOutDependency);
return hasExt(file, ext);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 依赖中是否包含制定后缀
  2. css 还有潜规则,如果 css 是被 css 依赖的,那么这个依赖会被忽略

popomore added a commit that referenced this pull request Oct 14, 2014
fix miss import-style when css is required deeply #18
@popomore popomore merged commit a411d97 into master Oct 14, 2014
@popomore popomore deleted the fix-require-css-deep branch October 14, 2014 02:58
@popomore
Copy link
Member Author

合到 0.8.x 了

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

2 participants