We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69911e commit d435b73Copy full SHA for d435b73
.travis.yml
@@ -7,7 +7,6 @@ services:
7
- mongodb
8
9
install:
10
- - npm install -g bower
11
- php -r "readfile('https://getcomposer.org/installer');" | php
12
- php composer.phar install --no-interaction --dev
13
composer.json
@@ -78,7 +78,6 @@
78
"refresh": [
79
"php artisan optimize",
80
"php artisan js-localization:refresh",
81
- "cd public/assets/js && bower --allow-root update && cd ../../..",
82
"php composer.phar clean-bower"
83
],
84
"clean-bower": [
0 commit comments