Sha256: 3c18c2124a5a630edbf9e9916bca78ae9e211cb10efa5ed989aa2200e1f61df9
Contents?: true
Size: 543 Bytes
Versions: 7
Compression:
Stored size: 543 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. # Note, if using React on Rails localization you will need to run # `bundle exec rake react_on_rails:locale` before you run bin/<%= config[:packer_type] %> webpack: sh -c 'rm -rf public/packs/* || true && bin/<%= config[:packer_type] %> -w'
Version data entries
7 entries across 7 versions & 1 rubygems