Created
November 2, 2016 23:57
-
-
Save zeroc0d3/e6d6f838e427a0e1b8187b626aa6c102 to your computer and use it in GitHub Desktop.
Set gulp production in Laravel PHP Framework
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!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