Skip to content
Snippets Groups Projects
bundle-prepare.sh 293 B
Newer Older
  • Learn to ignore specific revisions
  • # install only production dependencies using the --no-dev option
    
    composer install --no-dev --prefer-dist --no-ansi --no-interaction --no-progress --ignore-platform-reqs
    
    # build all production static assets (css, js, images, icons, fonts, etc.)