@embroider/broccoli-side-watch

0.0.2-unstable.ba9fd29 • Public • Published

@embroider/broccoli-side-watch

A micro library that allows watching folders for changes outside the app folder in Ember apps

Usage

Let's assume you have a v2 addon in the grand-prix folder of your top-level folder of your Ember app.

Every time you change something in the source of that add-on, you can rebuild it by watching the addon's build (currently using Rollup). However, by default the host Ember app doesn't rebuild automatically, so you have to restart the Ember app every time this happens which is a slog.

With this library, you can add the following to your ember-cli-build.js to vastly improve your life as a developer:

const sideWatch = require('@embroider/broccoli-side-watch');

const app = new EmberApp(defaults, {  
  trees: {
    app: sideWatch('app', { watching: ['./grand-prix/src'] }),
  },
});

Readme

Keywords

Package Sidebar

Install

npm i @embroider/broccoli-side-watch

Weekly Downloads

458

Version

0.0.2-unstable.ba9fd29

License

MIT

Unpacked Size

2.07 kB

Total Files

3

Last publish

Collaborators

  • katiegengler
  • real_ate
  • simonihmig
  • nullvoxpopuli
  • ef4
  • stefanpenner
  • turbo87
  • jenweber
  • rwjblue