custom-installer icon indicating copy to clipboard operation
custom-installer copied to clipboard

Installer for single package with custom type

Open andrii-pukhalevych opened this issue 4 years ago • 0 comments

I added "components/jquery": "3.5.*" to project with following rule:

  "extra": {
    "custom-installer": {
      "../js/{$name}/": ["components/jquery"]
    }
  },

In this case it does not work because type of components/jquery is "component".

How this can be resolved?

andrii-pukhalevych avatar Nov 18 '20 10:11 andrii-pukhalevych