felt
felt copied to clipboard
Build errors fail silently
Build errors (apparently from missing modules, but I assume that there are lots of other causes) seem to result in a bad build that fails silently. The "bad build" in my case always results in the source files being copied as-is to the destination directory, which is worse (IMO) than not copying anything. 😢
Hi @shawnbot, could you pls provide the recipe or repo? I'd like to have a look at the issue.
Reminder for me. These lines should be wrapped by catch blocks:
https://github.com/cognitom/felt/blob/v0.2.5/lib/handler.js#L88
https://github.com/cognitom/felt-rollup/blob/v0.1.2/index.js#L42
Hi @cognitom, here's the recipe: felt-recipe-18F. I haven't published it yet, so your best bet is to install it with:
npm install github:18F/felt-recipe-18F
@shawnbot thanks, great. Will try it.
Er, you will also need to npm install github:18F/felt-sass too, which the recipe depends on.