Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

broccoli-rework-single

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-rework-single

Compiles CSS into a single CSS file using rework. Supports @import statements.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

broccoli-rework-single

Inspired heavily by broccoli-less-single

Installation & usage

npm install --save-dev broccoli-rework-single
var rework = require('broccoli-rework-single');
var tree = rework(inputTrees, inputFile, outputFile, opts);
  • inputTrees: A tree or array of trees.
  • inputFile: The relative path of a file that exists in the inputTree(s). This is the file that will be read and passed into rework.
  • outputFile: The relative path of the output file.
  • opts: A hash of options for rework.

See Brocfile.js for an example.

Tests!

npm test

Keywords

FAQs

Package last updated on 28 Oct 2014

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