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

README.md when compiling to GH pages #295

Closed
iancrowther opened this issue Jun 24, 2014 · 7 comments
Closed

README.md when compiling to GH pages #295

iancrowther opened this issue Jun 24, 2014 · 7 comments
Labels

Comments

@iancrowther
Copy link

how do i stop this file being converted to README.html?

@sintaxi
Copy link
Owner

sintaxi commented Jun 24, 2014

You can put your web assets in public directory keep your README.md in the root directory like so...

 + README.md
  |- public/
  |   +- index.html
  +- harp.json

@iancrowther
Copy link
Author

so im not using the public dir as im pushing to github pages (should have been more specific)

@iancrowther iancrowther changed the title README.md README.md when compiling to GH pages Jun 24, 2014
@kennethormandy
Copy link
Collaborator

Right now that’s unavoidable if you’re using a root-style app. I don’t think it’s an issue though: this happens to us on the Type Brigade site and it actually just makes it a nice page to link to: http://typebrigade.com/README

@kennethormandy
Copy link
Collaborator

We’re discussing options that would solve this in #275, closing in favour of that issue.

@iancrowther
Copy link
Author

Hey @kennethormandy

so I'm revisiting my harp app and am wondering how this issue progressed? It got closed in various places but I can seem to see fix.. please point me in the right direction if I'm mistaken.

Thanks

@kennethormandy
Copy link
Collaborator

@iancrowther The pull request is still open at #312. I think we’d like to merge it, but it unfortunately breaks a lot of tests which needs to be resolved. We’re also hoping to add Browserify support soon, which could overlap with how ignoring would work—still, I think if someone could get those tests to pass we could probably merge that feature.

@iancrowther
Copy link
Author

ok ill have a go

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

3 participants