Sha256: b1cf592067f2990feed8d87b99ec417bac05bc4e4d2d1f0c5b57142936839ba6

Contents?: true

Size: 511 Bytes

Versions: 16

Compression:

Stored size: 511 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/shakapacker
webpack: sh -c 'rm -rf public/packs/* || true && bin/shakapacker -w'

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
react_on_rails-14.0.2 lib/generators/react_on_rails/templates/base/base/Procfile.dev-static
react_on_rails-14.0.0 lib/generators/react_on_rails/templates/base/base/Procfile.dev-static
shakapacker-7.2.3 spec/dummy/Procfile.dev-static
shakapacker-7.3.0.beta.1 spec/dummy/Procfile.dev-static
shakapacker-7.2.2 spec/dummy/Procfile.dev-static
shakapacker-7.2.1 spec/dummy/Procfile.dev-static
shakapacker-7.2.0 spec/dummy/Procfile.dev-static
shakapacker-7.2.0.rc.0 spec/dummy/Procfile.dev-static
shakapacker-7.1.0 spec/dummy/Procfile.dev-static
shakapacker-7.0.3 spec/dummy/Procfile.dev-static
react_on_rails-13.4.0 lib/generators/react_on_rails/templates/base/base/Procfile.dev-static
shakapacker-7.0.2 spec/dummy/Procfile.dev-static
shakapacker-7.0.1 spec/dummy/Procfile.dev-static
shakapacker-7.0.0 spec/dummy/Procfile.dev-static
shakapacker-7.0.0.rc.2 spec/dummy/Procfile.dev-static
shakapacker-7.0.0.rc.1 spec/dummy/Procfile.dev-static