0.2.3 • Published 10 years ago

bower-clean v0.2.3

Weekly downloads
3
License
MIT
Repository
github
Last release
10 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
0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago