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

dev server of browser tool #67

Closed
lazycipher opened this issue Feb 13, 2020 · 9 comments
Closed

dev server of browser tool #67

lazycipher opened this issue Feb 13, 2020 · 9 comments
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed medium difficulty

Comments

@lazycipher
Copy link

Currently, the npm run dev command in project executes the command gulp && webpack --config webpack.config.js. We're missing webpack dependency in package.json and the config file webpack.config.js as well.

@lazycipher
Copy link
Author

Hi @AdrianBZG,
Can you explain to me a bit about the plan with webpack?

@AdrianBZG
Copy link
Member

@lazycipher The idea to have hot reloading when running 'dev' version, so that changes in the CSS style, JavaScript, etc, are compiled real-time and you can see the changes without having to close and open the app again.

Does that make sense?

@AdrianBZG
Copy link
Member

Or maybe we can use something different instead of webpack?

@lazycipher
Copy link
Author

I got the idea! I'll look around for alternatives if available and proceed with webpack if it's best(which I think it is).

@AdrianBZG AdrianBZG added good first issue Good for newcomers help wanted Extra attention is needed medium difficulty labels Mar 6, 2020
@AdrianBZG
Copy link
Member

Hi @lazycipher , any updates on this? 😄

@lazycipher
Copy link
Author

Hi @AdrianBZG,
I've exams going on! As soon it gets over, I'll get back to it.

@JM-Mendez
Copy link

Hi @AdrianBZG, requesting to be assigned this task. Once assigned, do you have a preference for either webpack or gulp?

@AdrianBZG
Copy link
Member

Hi @JM-Mendez , I don't have a preference, really. I leave that up to you to choose the one most suitable for the current codebase 😄

@AdrianBZG
Copy link
Member

Closed by @JM-Mendez on PR#76

AdrianBZG pushed a commit that referenced this issue Sep 3, 2020
The total count for the query is now displayed. For values under 15, it is green. For 15-25, yellow, and 26 is red which is blocked.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed medium difficulty
Projects
None yet
Development

No branches or pull requests

3 participants