static/assets/vendor => static/vendor
Our static folder is basically an assets folder (it just is named differently). So let's get rid of the redundant directory level.
This commit is contained in:
parent
2d9ad41e49
commit
7770ee3d08
16 changed files with 2 additions and 2 deletions
|
|
@ -1100,8 +1100,8 @@ class Server(object):
|
|||
"css/bootstrap-modal.css",
|
||||
"css/bootstrap-slider.css",
|
||||
"css/bootstrap-tabdrop.css",
|
||||
"assets/vendor/font-awesome-3.2.1/css/font-awesome.min.css",
|
||||
"assets/vendor/font-awesome-4.7.0/css/font-awesome.min.css",
|
||||
"vendor/font-awesome-3.2.1/css/font-awesome.min.css",
|
||||
"vendor/font-awesome-4.7.0/css/font-awesome.min.css",
|
||||
"css/jquery.fileupload-ui.css",
|
||||
"css/pnotify.core.min.css",
|
||||
"css/pnotify.buttons.min.css",
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 193 KiB After Width: | Height: | Size: 193 KiB |
|
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 434 KiB |
Loading…
Reference in a new issue