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

Produce .html files? #16

Open
ablackledge opened this issue Jun 21, 2017 · 3 comments
Open

Produce .html files? #16

ablackledge opened this issue Jun 21, 2017 · 3 comments

Comments

@ablackledge
Copy link

Hi, perhaps I'm misunderstanding something here (most likely) but the build task doesn't produce html files, from the documentation it appears as though actual html is the end product of the build but all I see are js files in the dist folder.

Am I missing something here?

Thanks

Andy

@xavierelopez
Copy link
Contributor

Hi @ablackledge. The tool does not produce html files. The build command is meant to be run by developers who intend to make changes to the project's source code.

This tool is meant to be used to produce a string of html that you would then use in your server code to send as a response to your client. You would use it as shown in the examples, in the context of a node server.

@ablackledge
Copy link
Author

Perfect, thanks for the quick response I can see I was trying to do something that wasn't intended now. Cheers :)

@ringalls2020
Copy link

@ablackledge Did you ever come across a solution to produce .html files? I am trying to accomplish the same thing you were

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

No branches or pull requests

3 participants