storj-archived / bridge-gui

Deprecated
https://app.storj.io
GNU Affero General Public License v3.0
11 stars 8 forks source link

Improve Bridge-gui devops #51

Closed bryanchriswhite closed 8 years ago

bryanchriswhite commented 8 years ago

Really inconvenient to render changes

In order to see the changes you've made to the code in the browser, you have to npm run build and restart your npm run start-dev server.

clean-webpack-plugin isn't working.

This causes tons of minified code to pile up in the output directory. This is undesirable because it makes searching within the codebase harder and if using an IDE can fill up ram with a bunch of garbage.

npm run build outputs this message:

clean-webpack-plugin: /Users/bwhite/Projects/storj/bridge-gui/static/dist is outside of the project root.  Skipping...