Skip to content

Seems to copy files outside of basepath #177

Description

@bkno

I'm seeing a strange result with the below config:

require('postcss-url')({
    url: 'copy',
    basePath: path.resolve('node_modules'),
    assetsPath: 'assets/images'
    useHash: true
}),

Upon debug, bathPath is evaluated (as expected) as project_root/node_modules.

Images are not being copied from project_root/node_modules/some_lib/an_image.gif as I want however it is only copying images referenced in CSS from project_root/css into project_root/dist/assets/images.

I.e. the basePath seems to do the opposite of what it should be doing. Can anyone please explain why it is doing this?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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