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

大量のCSSがあった場合になにもされない #64

Closed
yasupeke opened this issue Apr 21, 2016 · 9 comments
Closed

大量のCSSがあった場合になにもされない #64

yasupeke opened this issue Apr 21, 2016 · 9 comments
Labels

Comments

@yasupeke
Copy link

大量にCSSがあった場合にlogで

[Info] Start: Generate Styleguide

は出力されるのですが

[Info] Finish: Generate Styleguide

が出力されずに終了してしまい出力先になにもできていない状態になってしまいます。
Startのログのあとに16ファイル分のログは出力されています。
through2-filterにhighWaterMark: 16というのがあったので何か関わりがあるのかと思ったのですが深くは追っていないです。

ご確認頂けると幸いです。

@geckotang
Copy link
Contributor

@yasupeke Thanks for letting me know.
可能であれば、OS、Nodeやnpmのバージョン、aigisのバージョンをいただけますか?また、ディレクトリ構成やファイルの数など問題ない範囲で教えていただけると助かります。

@geckotang geckotang added the bug label Apr 21, 2016
@yasupeke
Copy link
Author

@geckotang 返信ありがとうございます。
以下構成になります。

OS: Windows10 Pro 64bit
Node: 4.2.6
npm: 3.8.5
aigis: 1.0.2

ディレクトリ構成

D:.
│  style1.css
│  style2.css
│  style3.css
│  style4.css
│  style5.css
├─dir1
│      style6.css
├─dir2
│      style7.css
│      style8.css
│      style9.css
│      style10.css
│
├─dir3
│      style11.css
│      style12.css
├─dir4
│      style13.css
├─dir5
│      style14.css
├─dir6
│      style15.css
│      style16.css
├─dir7
│      style17.css
├─dir8
│      style18.css
├─dir9
│  │  style19.css
│  ├─dir9-1
│  │      style20.css
│  └─dir9-2
│         style21.css
├─dir10
│      style22.css
├─dir11
│      style23.css
│      style24.css
├─dir12
│      style25.css
├─dir13
│      style26.css
├─dir14
│      style27.css
├─dir15
│      style28.css
├─dir16
│      style29.css
├─dir17
│      style30.css
├─dir18
│      style31.css
├─dir19
│      style32.css
├─dir20
│      style33.css
│      style34.css
├─dir21
│      style35.css
├─dir22
│      style36.css
├─dir23
│      style37.css
├─dir24
│      style38.css
├─dir25
│      style39.css
├─dir26
│  ├─dir26-1
│  │      style40.css
│  │      style41.css
│  │      style42.css
│  └─dir26-2
│         style43.css
│         style44.css
│         style45.css
├─dir27
│      style46.css
├─dir28
│  ├─dir28-1
│  │      style47.css
│  │      style48.css
│  │      style49.css
│  │      style50.css
│  ├─dir28-2
│  │      style51.css
│  ├─dir28-3
│  │      style52.css
│  └─dir28-4
│          style53.css
├─dir29
│      style54.css
└─dir30
       style55.css
       style56.css

よろしくお願い致します。

@geckotang
Copy link
Contributor

@yasupeke node-aigis 1.0.3 にて対応できているはずなので、バージョンを上げて、再度試してもらえますかー?

@yasupeke
Copy link
Author

@geckotang
アップデートしようとしたら下記の状態から進まずインストールできません。
調査し確認できたらまたご報告させていただきます。

npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated [email protected]: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
extract:lodash -> gentlyR - |#########################################################################----------------|

@yasupeke
Copy link
Author

yasupeke commented Apr 25, 2016

@geckotang
nodeのバージョン変えたり同僚に試してもらったりしたのですがwindowsではインストールが止まってしまいました。macでは問題なくインストールできました。

[email protected]は問題なくインストールできます

@geckotang
Copy link
Contributor

@yasupeke その他エラー文言や、npm-debug.logはありますか?
また、Windowsの場合は、 nodejs/node-gyp#629 (comment) なども参考にしてみてください。

@geckotang
Copy link
Contributor

@yasupeke 問題の切り分けをしたいので、以下、確認お願いします。

  1. Macでは node-aigis 1.0.3 を使用した際に、大量のCSSでもスタイルガイドは生成される
  2. Windowsでは node-aigis 1.0.3 をインストールする際に、エラーが発生し、インストール出来ない

ということでよいでしょうか? 1について解決しているようであれば、一旦Issueを閉じて別のIssueを立てます。

@yasupeke
Copy link
Author

@geckotang
気が回らずすいません。
現在おっしゃる通りの状態です。
1については、macでは[email protected]でスタイルガイドが出力されました。
2についてはnpm-debug.logはありません。止まってしまいインストールが先に進まない状態になります。(1日放置しましたが進んでいませんでした)

なので、この件にかんしてはcloseで問題ありません。

@geckotang
Copy link
Contributor

@yasupeke ありがとうございます。 Windowsでインストール出来ない件に関しては #66 でお願い致します。もし可能であれば #64 (comment) の方法も検討してみてください。

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

No branches or pull requests

2 participants