Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing on namespace with special characters #279

Open
befreestudios opened this issue Jun 30, 2016 · 0 comments
Open

Failing on namespace with special characters #279

befreestudios opened this issue Jun 30, 2016 · 0 comments

Comments

@befreestudios
Copy link

I have a salesforce project that is using their "lightning" design system (ugh, I know). They have an node package which is great. However, when installed, in node_modules it gets namespaced like this @salesforce-ux.design-system

I'm trying to copy directories from this namespace into a build directory in my workspace. contrib-copy fails when it reaches this task because it cannot resolve the namespace. Has anyone ran across anything similar? Or anyone have any idea how I can get around this? Thank you in advance!!!

Here is my Task

{
  "nonull": true,
  "expand": true,
  "cwd": "node_modules/",
  "src": "@salesforce-ux.design-system/**/*",
  "dest": "build/css/slds/"
}

And my Error

Copying node_modules/@salesforce-ux.design-system/**/* -> build/css/@salesforce-ux.design-system/**/*
Reading node_modules/@salesforce-ux.design-system/**/*...ERROR
Warning: Unable to read "node_modules/@salesforce-ux.design-system/**/*" file (Error code: ENOENT). Use --force to continue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant