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

Sometimes when copying a folder, the entire path is added #6

Open
dmnc opened this issue Aug 5, 2022 · 1 comment
Open

Sometimes when copying a folder, the entire path is added #6

dmnc opened this issue Aug 5, 2022 · 1 comment
Assignees

Comments

@dmnc
Copy link
Member

dmnc commented Aug 5, 2022

Here is an example: https://github.com/D3R/andrewmartin/blob/master/resources/bundles/videojs.bundle.json#L10

Steps to reproduce:

  1. Check out Andrew Martin.
  2. Run rm -rf web/css/video-js/font/ to delete the folder.
  3. Run gulp bundle.
  4. ls web/css/video-js/font you will see a node_modules folder.
@dmnc
Copy link
Member Author

dmnc commented Sep 7, 2022

A config like this seems to give a whole folder:

{
    "assets": {
        "javascript/ckeditor/": "/node_modules/ckeditor4/**/*"
    }
}

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

2 participants