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

Update ignore patterns list in built in finder for Bower friendliness #461

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Matt-Deacalion
Copy link
Member

Inside my project's main static directory I have a bower.json file like so:

{
  "name": "project",
  "version": "0.0.1",
  "homepage": "http://dirtymonkey.co.uk",
  "authors": [
    "Matt Deacalion Stevens <[email protected]>"
  ],
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "bourbon": "~4.2.3",
    "jquery": "~2.1.4"
  }
}

Inside my static directory I then use bower install to pull down all my dependencies. I've added a few ignore entries to stop these Bower fragments from being collected.

When using a Bower package to pull in dependencies you end up with a
`bower.json` file and a `bower_components` directory being collected.
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

Successfully merging this pull request may close these issues.

1 participant