Clean up angular build config #614
Labels
enhancement
New feature or request
good first issue
Good for newcomers
javascript
Pull requests that update Javascript code
The report app used to be two applications - one for the index page and one for the detail page. This worked OK, but it meant that reports carried two copies of a bunch of javascript - all the low-level angular stuff.
We did the work to unify the applications and eliminate the duplication, but I've just spotted a remnant that could be cleaned up:
build-all
scripts entry (this used to build both apps) - this can be deletedbuild-all
is invoked - these can invokebuild
insteadThis search shows them.
The text was updated successfully, but these errors were encountered: