You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than running npm build to run manual tests it would be great to integrate a watch / build / start like mechanism to serve the static assets. Since the gem depends on the built assets being served from Rack, this means either (a) finding the output directory these processes use or emulate them with our own build/watch process, or (b) redirecting to the dev server on request, which might be done by adding dev-setup-awareness to the rack app.
The text was updated successfully, but these errors were encountered:
ozydingo
changed the title
Set up dev build pipeline
Set up dev asset build pipeline
May 25, 2021
Rather than running npm build to run manual tests it would be great to integrate a watch / build / start like mechanism to serve the static assets. Since the gem depends on the built assets being served from Rack, this means either (a) finding the output directory these processes use or emulate them with our own build/watch process, or (b) redirecting to the dev server on request, which might be done by adding dev-setup-awareness to the rack app.
The text was updated successfully, but these errors were encountered: