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

cortex-bundle

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cortex-bundle

Bundle current project into single javascript file, or with a single addition css file if css is specified.

  • 0.7.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-63.64%
Maintainers
2
Weekly downloads
 
Created
Source

]# cortex-bundle NPM version Build Status Dependency Status

A command-line tool to bundle cortex packages into single js file/css file.

Install

$ npm install cortex-bundle -g

Usage

Bundle is used as cortex plugin

cortex bundle

By default, bunlde command will bunlde javascript files, with neuron configurations and loaders together. Which means you just need only include the bundled file in your page.

If you want to the loader in the cdn, so you don't want neuron to be included, you can run:

cortex bundle --no-neuron

If you want to bunlde only a portion of libs, but not used as page entry. In this situation, you should run:

cortex bundle --lib-only

The output file will include projects and dependencies only, without neuron and neuron configuration.

Licence

MIT

Keywords

FAQs

Package last updated on 14 Mar 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