can't deploy after npm run dev on local #4511
Answered
by
jasonvarga
fredbouin
asked this question in
Troubleshooting
-
If I work locally and do a
my deploy script looks like this:
My typical work flow to push to my repo is:
|
Beta Was this translation helpful? Give feedback.
Answered by
jasonvarga
Oct 18, 2021
Replies: 1 comment 4 replies
-
If you're compiling on your server, then you shouldn't version control those files in your
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
fredbouin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're compiling on your server, then you shouldn't version control those files in your
public
directory.git rm public/css/tailwind.css public/js/site.js public/mix-manifest.json