Should a .nojekyll
file be generated by default?
#160
Labels
feature
this issue requests a new feature
.nojekyll
file be generated by default?
#160
I ran into some issues with GitHub Pages a while ago where my already finished project was changed again by GitHub Pages, because it was compiled again with Jekyll (result: .txt assets are just missing)
The solution was simple enough: Just add a
.nojekyll
file to the root of the output.I am only starting out with angular-cli-ghpages, but I do believe putting that file would be a good idea. I put it always when the uploaded content is not meant to be compiled (again) with Jekyll, which should be every angular project.
From the GitHub Pages documentation:
The text was updated successfully, but these errors were encountered: