Preen icon indicating copy to clipboard operation
Preen copied to clipboard

This should not remove License

Open nzmedet opened this issue 11 years ago • 3 comments

I belive this app is what i want, but don't remove license agreement, it would be fair right?

nzmedet avatar Aug 19 '14 03:08 nzmedet

I'm a little unsure what your question is.

Are you wanting to use Preen to remove files but not licences? I can show you an example of that if thats the case.

BradDenver avatar Aug 21 '14 01:08 BradDenver

yes please those license files usually don't have extensions

nzmedet avatar Aug 21 '14 02:08 nzmedet

The following bower.json is an example configuring Preen to keep the contents of the assets folder and the LICENSE file for bootstrap-sass-official

{
  "dependencies": {
    "bootstrap-sass-official": "~3.2.0"
  },
  "preen": {
    "bootstrap-sass-official": [
      "assets/**",
      "LICENSE"
    ]
  }
}

You should be able to adapt this example to your needs.

BradDenver avatar Aug 25 '14 00:08 BradDenver