Skip to content

Gruntfile issue: vendor image in CSS not copied #191

@fgolemo

Description

@fgolemo

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 select2and angular-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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions