Todd Zebert

Results 4 issues of Todd Zebert

Something like: ``` bower_concat: { js_header: { include: [ 'package_1', 'package_2' ], dest: 'build/_bower_header.js', }, js_footer: { include: [ 'package_3', 'package_4' ], dest: 'build/_bower_footer.js', }, js_other: { include: [ 'package_1',...

Fix typo ("paymen"), and removed a period from the end of one item of a list (it was the only one w/one).

It seems to be my mistake of trying to run both the `p5serial` CLI and the SerialControl app at the same time. Perhaps this condition could be caught and an...