have Makefile `cp -r` the _static contents with the inclusion of jquery and boostrap, Makefile exits on build because _static now contains directories.
1 files changed, 1 insertions(+), 1 deletions(-) M Makefile
M Makefile => Makefile +1 -1
@@ 14,7 14,7 @@ _STATIC:=$(patsubst _static/%,static/%,$(wildcard _static/*)) static/%: _static/% @mkdir -p static/ - cp $< $@ + cp -r $< $@ static/%.css: styles/%.css @mkdir -p static/