Sha256: a90ac0eeb5e5bc816f999364f6b8b10fdfa59fe1491fac9250e3036c1f318940
Contents?: true
Size: 408 Bytes
Versions: 37
Compression:
Stored size: 408 Bytes
Contents
# You can run these commands in separate shells web: rails s -p 3000 # Next line runs a watch process with webpack to compile the changed files. # When making frequent changes to client side assets, you will prefer building webpack assets # upon saving rather than when you refresh your browser page. client: sh -c 'rm -rf public/packs/* || true && bundle exec rake react_on_rails:locale && bin/webpack -w'
Version data entries
37 entries across 37 versions & 1 rubygems