-
Notifications
You must be signed in to change notification settings - Fork 68
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
fix: automatically pick up html files within source directory within the webpack config. #167
Conversation
Thank you for getting back to us @Fedelaus |
I did a test with this and it compiles fine. Can be viewed @ https://fedelaus.github.io/cea.ac.in/. (read below) The project is a little difficult to test locally as the build processes seem to assume the environment is GH pages and at that this specific repositories GH-pages. So on my local copy, certain links don't work and on github pages some pages don't have the correct links to js files. Am I missing something, or do you guys have the same issues as above when running the project locally? |
@abhijithvijayan not a problem. Thanks for allowing me to contribute. |
@Fedelaus Thank you for your contribution. |
That way we can remove entries in |
@Fedelaus To you doubts, we can confirm that we also have issues with the links while running locally. And the issue with your For now we don't have a workaround as everything works on the Feel free to suggest the work around if you find a fix for the links. Thank you. |
@Fedelaus You can create a new issue about the topic here |
Created an issue regarding the above #179 |
The purpose of this pull request is to address #114.
This will remove the requirement to add an entry for each HTML page implemented.
This PR adds an developer dependency of
node-glob
.This still has the down fall that new files added whilst webpack is running aren't picked up and considered within livereloading.