-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Grunt scripts with NPM scripts #439
Comments
Happy to help with this |
Since we will be converting this soon, I'm going to add additional tasks here that we need which haven't been added to grunt.
|
One thing that would be nice when we tackle this is to add a progress indicator to the GIB GetCapabilities request, since that can take quite a long time and it's not clear if progress is being made or not. |
I've spent a lot of time looking at our build scripts this week, and formed a clearer picture of what we've got going on here;
I've done some of this work in #647 to move us in the right direction, but there's still a lot of work to do. |
We can also relocate |
Build scripts ended up being reorganized in #503 which included a lot of other optimizations to build scripts. We still need to eliminate Grunt, but it's now being used for just a small number of trivial tasks that should be easy to eliminate. |
The text was updated successfully, but these errors were encountered: