Skip to content

Commit

Permalink
Merge pull request #251 from ezsystems/EZP-28574-correct-paths-to-dep…
Browse files Browse the repository at this point in the history
…endencies

EZP-28574: Updated dependencies paths after dropping support for Bower
  • Loading branch information
Łukasz Serwatka authored Dec 21, 2017
2 parents f5f56db + 9879667 commit a5be7f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{% block javascripts %}
{% javascripts
'@EzPlatformAdminUiBundle/Resources/public/js/alloyeditor/dist/*.js'
'@EzPlatformAdminUiAssetsBundle/Resources/public/vendors/flatpickr/dist/flatpickr.js'
'@EzPlatformAdminUiAssetsBundle/Resources/public/vendors/flatpickr/dist/flatpickr.min.js'
'@EzPlatformAdminUiAssetsBundle/Resources/public/vendors/taggify/src/js/taggify.js'
'@EzPlatformAdminUiAssetsBundle/Resources/public/vendors/leaflet/dist/leaflet.js'
'@EzPlatformAdminUiBundle/Resources/public/js/scripts/admin.content.edit.js'
Expand Down
4 changes: 2 additions & 2 deletions src/bundle/Resources/views/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
</div>

{% javascripts
'bundles/ezplatformadminuiassets/vendors/react/react.min.js'
'bundles/ezplatformadminuiassets/vendors/react/react-dom.min.js'
'bundles/ezplatformadminuiassets/vendors/react/dist/react.min.js'
'bundles/ezplatformadminuiassets/vendors/react-dom/dist/react-dom.min.js'
'bundles/ezplatformadminuiassets/vendors/jquery/dist/jquery.min.js'
'bundles/ezplatformadminuiassets/vendors/popper.js/dist/umd/popper.min.js'
'bundles/ezplatformadminuiassets/vendors/bootstrap/dist/js/bootstrap.min.js'
Expand Down

0 comments on commit a5be7f1

Please sign in to comment.