Add detailed instructions how to update GDK with webpack
3 unresolved threads
3 unresolved threads
Compare changes
+ 35
− 0
@@ -8,6 +8,41 @@ features.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Do we need to run databases in order to invoke gdk reconfigure
?
Not for configure, but for update.
FYI I just had to run:
gdk run db
# in another tab
gdk update
Do we really need to compile assets to make it work in development environment? As far as I remember assets are being served from the memory. What do you think @mikegreiling?
Yeah, the rake task isn't necessary in development... The error you saw asking if you had run
rake webpack:compile
is output by thewebpack-rails
gem when it can't find the manifest. Simply having the webpack running and configured should prevent this.Actually all of the steps above are performed when you run
gdk update
anyway, so this part shouldn't be necessary.