intermine / InterMine-Data-Browser-Tool

InterMine Data Browser: a tool for exploring semi-homogeneous biological datasets
http://data-browser.apps.intermine.org/
Other
7 stars 33 forks source link

dev server of browser tool #67

Closed lazycipher closed 4 years ago

lazycipher commented 4 years ago

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 commented 4 years ago

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

AdrianBZG commented 4 years ago

@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 commented 4 years ago

Or maybe we can use something different instead of webpack?

lazycipher commented 4 years ago

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 commented 4 years ago

Hi @lazycipher , any updates on this? 😄

lazycipher commented 4 years ago

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

JM-Mendez commented 4 years ago

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

AdrianBZG commented 4 years ago

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 commented 4 years ago

Closed by @JM-Mendez on PR#76