0.2.4 • Published 6 years ago

bower-clean-vortex v0.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

bower-clean

Remove files (e.g. docs, tests, etc.) from installed bower component. For matching it uses minimatch.

Configuration

{
  "name": "app",
  "ignore": [
    "**/.*",
    "node_modules",
    "test",
    "tests"
  ],
  "dependencies": {
    "jquery": "1.11.0",
    "underscore": "1.5.2"
  },
  "dependenciesIgnore": {
    "jquery": [ "!**/jquery.js" ],
    "underscore": [ "!**/underscore.js" ]
  }
}

Install

npm install -g bower-clean

Usage

bower-clean --help
bower-clean --dryRun
bower-clean