Closed oxarbitrage closed 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.
webpack
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.
Was done mainly in https://github.com/oxarbitrage/open-explorer/commit/c35fd55f1246221037f4afce78395657ce6370d4
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.