Clay Carpenter
Clay Carpenter
I'm running into an issue where the build script is failing for a package that is installed via git/github. The error message looks like this: ``` > [email protected] postinstall /Users/clay/dev/code/tmp/postinstall-test/node_modules/angular2-token...
Attempts to resolve issue #4 by modifying the plugin to only attempt to instantiate browserSync when browserSync is indicating that it's not active.
In my Metalsmith build scripts I've added support for conditional plugins. I achieve this by wrapping the existing plugin in a new conditional plugin. It looks like this in the...