laravel-vue-cli-3 icon indicating copy to clipboard operation
laravel-vue-cli-3 copied to clipboard

Fix directory cleanup on build

Open iksaku opened this issue 6 years ago • 0 comments

  • The rm command accepts multiple arguments, and most terminal emulators don't support multiple matching between curly brackets.
  • The index.blade.php file must be regenerated each time the app builds, this ensures that we are not trying to use old code on the PWA.

iksaku avatar Apr 24 '19 07:04 iksaku