Skip to content

Instantly share code, notes, and snippets.

@zeroc0d3
Created November 2, 2016 23:57
Show Gist options
  • Save zeroc0d3/e6d6f838e427a0e1b8187b626aa6c102 to your computer and use it in GitHub Desktop.
Save zeroc0d3/e6d6f838e427a0e1b8187b626aa6c102 to your computer and use it in GitHub Desktop.
Set gulp production in Laravel PHP Framework
#!bin/sh
gulp --production
php artisan cache:clear
php artisan view:clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment