Skip to content

Instantly share code, notes, and snippets.

@joliss
Created August 10, 2015 22:43
Show Gist options
  • Select an option

  • Save joliss/77afc14617db70930372 to your computer and use it in GitHub Desktop.

Select an option

Save joliss/77afc14617db70930372 to your computer and use it in GitHub Desktop.
var rootNode = require('broccoli-root-node');
var Watched = rootNode.Watched, Unwatched = rootNode.Unwatched;
// Refers to the ./lib directory on disk, and watches it.
var lib = new Watched('lib');
// Refers to the ./bower_components/jquery directory, but does not watch it.
var jquery = new Unwatched('bower_components/jquery');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment