-
Notifications
You must be signed in to change notification settings - Fork 60
Make files organisation clearer - Resolves #154 #212
Make files organisation clearer - Resolves #154 #212
Conversation
Seems ok. It wont pass on Jenkins/Branch. PR-Merge is good enough. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alepop thank you for the PR, overall it looks very good. Though, there are some issues:
- It would be great if you could also reflect the changes in README.md, e.g. remove
cd src
- some of the commands defined in
package.json
result in an error (maybe just for me), namely:npm run dev
andnpm run start
. Can you check, please? Jenkinsfile
needs to be updated. Something like:cd $WORKSPACE
instead ofcd $WORKSPACE/src
@slaweet try to remove |
@alihaghighatkhah can you please try to run The following snippet should do it:
But in my case, it results in the following error:
|
@slaweet maybe you already run dev server on 8080 port. I got this error only in that case. |
Thanks, @alepop for the hint with already running 8080. Indeed, it was the case. Though, I'm still struggling with
|
@slaweet |
@alihaghighatkhah I have this issue on the previous commit on 1.0.0 branch. webpack |
@alepop now I see what you mean - about the |
@alepop but I still don't understand why webpack |
@slaweet maybe |
@alepop: after discussing it with @alihaghighatkhah we think that a cleaner way to solve the |
@slaweet done. |
@alepop after merging your PR I realised that it was opened against |
@slaweet my bad. Ok. |
@alepop not your bad at all, the use of branches is currently a bit messy. We need to make it clear, write down some guidelines. Eventually, we probably should be opening PRs against version branches. |
@slaweet do I need to make new branch against |
@alepop I think that simply create new PR from your current branch should not affect our history, but Github PR UI is always complaining about branches not being up-to-date, so you should cherry-pick or rebase on top of |
Resolve #154