-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Hey, first of all props for this awesome generator. Used it in 2 projects so far and I'm amazed by it.
Now my issue:
- Through bower I installed the packages
select2andangular-ui-select - and I created a basic select2 input field for tags.
- Now the select2.css uses an image as background somewhere, from the same folder, called with
... background-image: url("select2.png");...". - After running
grunt build, this image is gone, i.e. not included in dist/public/images and the path in the css file is not adjusted.
I've read through Grunt config documentation for copy, usemin and cssmin, for almost an hour, but I still have no idea what's happening there. Grunt tasks are black magic to me. Could you help me with that? I suppose it's a gruntfile thing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels