precompile

parent 96a548bf
Pipeline #1297 failed with stages
in 0 seconds
...@@ -10,6 +10,7 @@ module SampleApp ...@@ -10,6 +10,7 @@ module SampleApp
class Application < Rails::Application class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version. # Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.1 config.load_defaults 6.1
config.assets.initialize_on_precompile = false
# Configuration for the application, engines, and railties goes here. # Configuration for the application, engines, and railties goes here.
# #
......
...@@ -18,5 +18,13 @@ ...@@ -18,5 +18,13 @@
"version": "0.1.0", "version": "0.1.0",
"devDependencies": { "devDependencies": {
"webpack-dev-server": "^3.11.2" "webpack-dev-server": "^3.11.2"
},
"scripts": {
"dev": "react-scripts start",
"start": "serve -s build",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"heroku-postbuild": "npm run build"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment