Skip to content

Commit

Permalink
bug #11633 Add slick-carousel to ShopBundle entry.js (MatthieuCutin)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.7 branch.

Discussion
----------

Commit f3e5661 added slick-carousel/slick/slick.css to src/Sylius/Bundle/ShopBundle/gulpfile.babel.js

If you want to use webpack encore, you should add slick-carousel/slick/slick.css to entry.js too

Related to #11631

| Q               | A
| --------------- | -----
| Branch?              | 1.7 or master <!-- see the comment below -->
| Bug fix?              | yes
| New feature?     | no
| BC breaks?        | no
| Deprecations?   | no
| Related tickets  | 
| License              | MIT


Commits
-------

556cfea Add slick-carousel to ShopBundle entry.js
  • Loading branch information
lchrusciel authored Jul 9, 2020
2 parents e26254a + 556cfea commit ddae15f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sylius/Bundle/ShopBundle/Resources/private/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import './js/shim/shim-semantic-ui';

import 'semantic-ui-css/semantic.css';
import 'lightbox2/dist/css/lightbox.min.css';
import 'slick-carousel/slick/slick.css';

import 'sylius/ui-resources/js/app';
import './js/app';
Expand Down

0 comments on commit ddae15f

Please sign in to comment.