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

Static/template HTML output in dist? #14

Closed
njmcode opened this issue Feb 16, 2015 · 2 comments · Fixed by #32
Closed

Static/template HTML output in dist? #14

njmcode opened this issue Feb 16, 2015 · 2 comments · Fixed by #32
Assignees

Comments

@njmcode
Copy link
Contributor

njmcode commented Feb 16, 2015

If this skeleton was pulled for a static prototype (say, something to be FTP'd up to some webspace for testing), there is currently no handling for HTML. Maybe a templates or html folder that gets copied to dist might be an idea?

@anthonyhastings
Copy link
Contributor

Are we wanting to do anything "smart" here like scanning the html file are re-writing script/link resources to be relative to dist (hopefully not!), or just literally move the files into dist?

@duckbox
Copy link

duckbox commented Mar 3, 2015

I'm confused.

This plays on the what are the intentions of the repo and its initial destination. Is this meant to be in the root of a projects 'public' folder, or assets folder?

I don't know why we'd be transferring html files into dist, dist is for compiled assets. Static HTML files would preside in the root of the project.

If we had this stage, it would be a good hook for HTML validator, compressor and all that other crap. Minified HTML is something we really ought to do more if we are constantly moaning about page load times.

Back to the point.

Do we have intentions set on where the skeleton lives in a basic project?

anthonyhastings pushed a commit that referenced this issue Mar 10, 2015
@anthonyhastings anthonyhastings self-assigned this Mar 11, 2015
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 a pull request may close this issue.

3 participants