Skip to content

Instantly share code, notes, and snippets.

View afalchi82's full-sized avatar

Alessandro Falchi afalchi82

View GitHub Profile
@afalchi82
afalchi82 / gulpfile.js
Created January 15, 2018 08:58
Gulpfile for static Bootstrap website
/* ----------------------------------------------------
Common commands
gulp dev
gulp custom-bootstrap
gulp copy-vendors
---------------------------------------------------- */
@afalchi82
afalchi82 / readme.md
Created April 21, 2019 21:25
test flowchart
st=>start: Start
e=>end: End
op=>operation: My Operation
op2=>operation: lalala
cond=>condition: Yes or No?

st->op->op2->cond
cond(yes)->e
cond(no)->op2