forked from OpenNeo/impress
Fix bin/dev to use the right settings in development
Oh yeah, I didn't catch that `bin/dev` calls the `Procfile` which in turn calls `yarn build --watch`, which leaves out the important `--public-path=/dev-assets` argument! Calling `yarn dev` instead keeps us consistent!
This commit is contained in:
parent
7a3aa609ba
commit
1830689a19
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
web: unset PORT && env RUBY_DEBUG_OPEN=true bin/rails server
|
||||
js: yarn build --watch
|
||||
js: yarn dev
|
||||
|
|
Loading…
Reference in a new issue