Skip to content

Commit d435b73

Browse files
committed
Removes Bower/Node requirement.
1 parent e69911e commit d435b73

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ services:
77
- mongodb
88

99
install:
10-
- npm install -g bower
1110
- php -r "readfile('https://getcomposer.org/installer');" | php
1211
- php composer.phar install --no-interaction --dev
1312

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
"refresh": [
7979
"php artisan optimize",
8080
"php artisan js-localization:refresh",
81-
"cd public/assets/js && bower --allow-root update && cd ../../..",
8281
"php composer.phar clean-bower"
8382
],
8483
"clean-bower": [

0 commit comments

Comments
 (0)