Skip to content

Commit

Permalink
Adapt code to new dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
toth-dev committed Nov 11, 2022
1 parent 4efce09 commit 668f8c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
app/vendor
app/var/*
!app/vendor/huynguyen/bootstrap-tagsinput
6 changes: 3 additions & 3 deletions app/app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ assetic:
- "%kernel.root_dir%/../vendor/datatables/datatables/media/js/dataTables.material.js"
instafilta_js:
inputs:
- "%kernel.root_dir%/../vendor/chromawoods/instaFilta/instafilta.js"
- "%kernel.root_dir%/../vendor/chromawoods/instafilta/instafilta.js"
jquery_bootpag_js:
inputs:
- "%kernel.root_dir%/../vendor/botmonster/jquery-bootpag/lib/jquery.bootpag.js"
Expand Down Expand Up @@ -118,10 +118,10 @@ assetic:
filters: [cssrewrite]
protip_min_js:
inputs:
- "%kernel.root_dir%/../vendor/DoclerLabs/Protip/protip.min.js"
- "%kernel.root_dir%/../vendor/DoclerLabs/protip/protip.min.js"
protip_min_css:
inputs:
- "%kernel.root_dir%/../vendor/DoclerLabs/Protip/protip.min.css"
- "%kernel.root_dir%/../vendor/DoclerLabs/protip/protip.min.css"
filters: [cssrewrite]


Expand Down

0 comments on commit 668f8c5

Please sign in to comment.