bitshares / open-explorer

Open Source BitShares Blockchain Explorer
MIT License
21 stars 41 forks source link

refactor build process #55

Closed oxarbitrage closed 5 years ago

oxarbitrage commented 5 years ago

The build process its old and starting to became a problem when trying to develop further.

Bower is deprecated and most modern projects are not using grunt anymore but webpack or similar.

This issue is to track a refactor process i already started to update the build process from:

npm -> bower -> grunt

to:

npm -> webpack

Functionality and ux will remain unchanged, this is just a refactor of the build process to a cleaner format.

oxarbitrage commented 5 years ago

Was done mainly in https://github.com/oxarbitrage/open-explorer/commit/c35fd55f1246221037f4afce78395657ce6370d4