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

Add rake task for 'bower clean cache' #115

Merged
merged 2 commits into from
Oct 17, 2014
Merged

Conversation

ruprict
Copy link
Contributor

@ruprict ruprict commented Oct 17, 2014

I ran into an issue where a private component wasn't showing updates and I had to clear the bower cache. Thought a rake task for bower clean cache might be useful.

Usage:

    bower <command> [<args>] [<options>]

Commands:

    cache                   Manage bower cache
    help                    Display help information about Bower
    home                    Opens a package homepage into your favorite browser
    info                    Info of a particular package
    init                    Interactively create a bower.json file
    install                 Install a package locally
    link                    Symlink a package folder
    list                    List local packages
    lookup                  Look up a package URL by name
    prune                   Removes local extraneous packages
    register                Register a package
    search                  Search for a package by name
    update                  Update a local package
    uninstall               Remove a local package
    version                 Bump a package version

Options:

    -f, --force             Makes various commands more forceful
    -j, --json              Output consumable JSON
    -l, --log-level         What level of logs to report
    -o, --offline           Do not hit the network
    -q, --quiet             Only output important information
    -s, --silent            Do not output anything, besides errors
    -V, --verbose           Makes output more verbose
    --allow-root            Allows running commands as root

See 'bower help <command>' for more information on a specific command., updated README
@SergeyKishenin
Copy link
Collaborator

Please, update changelog.

@ruprict
Copy link
Contributor Author

ruprict commented Oct 17, 2014

Doh! Sorry about that. changelog and version updated.

@SergeyKishenin
Copy link
Collaborator

Thanks

SergeyKishenin added a commit that referenced this pull request Oct 17, 2014
Add rake task  for 'bower clean cache'
@SergeyKishenin SergeyKishenin merged commit 4d3e4fc into rharriso:master Oct 17, 2014
@SergeyKishenin SergeyKishenin mentioned this pull request Oct 17, 2014
@ruprict
Copy link
Contributor Author

ruprict commented Oct 17, 2014

No, thank y'all for this great gem! :)

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.

2 participants