Created
January 16, 2015 17:50
-
-
Save ryun/4bf691104383c3585a85 to your computer and use it in GitHub Desktop.
composer.json gulp integration
This file contains hidden or 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
| "scripts": { | |
| "post-install-cmd": [ | |
| "npm install", | |
| "./node_modules/gulp/bin/gulp.js", | |
| "php artisan clear-compiled", | |
| "php artisan optimize" | |
| ], | |
| "post-update-cmd": [ | |
| "npm install", | |
| "./node_modules/gulp/bin/gulp.js", | |
| "php artisan clear-compiled", | |
| "php artisan optimize" | |
| ], | |
| "post-create-project-cmd": [ | |
| "php artisan key:generate" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment