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

This should not remove License #8

Open
vko-online opened this issue Aug 19, 2014 · 3 comments
Open

This should not remove License #8

vko-online opened this issue Aug 19, 2014 · 3 comments
Labels

Comments

@vko-online
Copy link

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

@BradDenver
Copy link
Owner

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.

@vko-online
Copy link
Author

yes please those license files usually don't have extensions

@BradDenver
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants