Skip to content

Commit 3486ac6

Browse files
committed
Rename vendors directory to libs
1 parent 908def5 commit 3486ac6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+14
-13782
lines changed

.bowerrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"directory": "app/assets/vendors"
2+
"directory": "app/assets/libs"
33
}

.gitignore

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ dist/
88
app/assets/css/
99

1010
# Bootstrap
11-
app/assets/vendors/bootstrap/**
12-
!app/assets/vendors/bootstrap/dist/
11+
app/assets/libs/bootstrap/**
12+
!app/assets/libs/bootstrap/dist/
1313

1414
# FontAwesome
15-
app/assets/vendors/font-awesome/**
16-
!app/assets/vendors/font-awesome/css/
17-
!app/assets/vendors/font-awesome/fonts/
15+
app/assets/libs/font-awesome/**
16+
!app/assets/libs/font-awesome/css/
17+
!app/assets/libs/font-awesome/fonts/
File renamed without changes.
File renamed without changes.

app/assets/vendors/bootstrap/.bower.json

-45
This file was deleted.

0 commit comments

Comments
 (0)