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

broccoli-unwatched-tree

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-unwatched-tree

Broccoli utlility for creating Trees that are not watched by the standard Broccoli::Watcher, but behave like standard trees.

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.5K
decreased by-10.3%
Maintainers
1
Weekly downloads
 
Created
Source

Broccoli Unwatched Tree

This is useful if you would like to use a given directory, but not have it polled/watched when running broccoli serve (or ember server if using Ember CLI).

Originally implemented by @joliss in broccoli-bower (see here).

Usage

To use the vendor/ directory as a tree, but not watch its contents for changes do the following:

var vendorTree = new UnwatchedTree('vendor');

You can continue to use this tree just like any of the others, but due to the way it is implemented the standard Broccoli::Watcher class will not check it for file changes.

Keywords

FAQs

Package last updated on 12 May 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