Skip to content

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