New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bower-squash

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bower-squash

A utility to squash your bower dependencies into one file

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

bower-squash

When you want all your bower_components javascript in a single file.

Usage

CLI and programmatic support so far. Planned support for Gulp integration. Either way - install it like so:

npm install --save-dev bower-squash

Options

Specify options when you squash.

{
    bowerDirectory: 'bower_components', // Your bower_components directory
    bowerFile: 'bower.json', // Path to your bower.json (default is current dir)
    outFile: 'vendor.js'  // Name of the resulting out-file
}

Programmatic usage

var squash = require('bower-squash');
squash();

Command line usage

$ bower-squash [options]

Available options:

-b, --bowerJson    # Path to bower.json
-d, --directory    # Your Bower directory
-h, --help         # Print usage information
-v, --version      # Print the version

Contributing

Feel free to contribute as much as you want. Pull requests or issues - will love them both.

Keywords

FAQs

Package last updated on 27 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc