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

feat(export-static): add --export-static option #33

Merged
merged 30 commits into from
Feb 5, 2020

Conversation

Himenon
Copy link
Owner

@Himenon Himenon commented Jan 30, 2020

features

  • restore current select file page.
  • add --export-static option
  • add --public-path option
  • add --dry-run flag option
  • can generate static c page and hosting page
  • add loading message when open page first

issue

@Himenon Himenon self-assigned this Jan 31, 2020
@@ -36,6 +38,7 @@ export const executeCommandLine = (): CLIArguments => {
.option("--ts-config [path]", "tsconfig.json path", undefined)
.option("--webpack-config [path]", "webpack.config.js path (only js file)")
.option("--exclude [string pattern]", "cruise exclude pattern", "node_modules")
.option("--export-static [static directory]", "static file hosting directory")
Copy link
Owner Author

Choose a reason for hiding this comment

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

new !

@Himenon
Copy link
Owner Author

Himenon commented Feb 5, 2020

大量のファイルに対して行うとメモリーを使い切ってしまう

abort(9). Build with -s ASSERTIONS=1 for more info

</button>
);
}
// fix: Error: Invariant failed
Copy link
Owner Author

Choose a reason for hiding this comment

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

TODO

@Himenon Himenon merged commit 543e380 into master Feb 5, 2020
@Himenon Himenon deleted the feature/export-static branch February 5, 2020 12:45
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