My personal website

http://www.pedrohenriquepires.com.br

Development environment setup

# install dependencies 
npm install

# build application
gulp

Gulp tasks

  • gulp watch-sass Watch for changes, compile and minify sass files (not third party).
  • gulp watch-scripts Watch for changes, concatenate and minmify scripts files (not third party).
  • gulp Default task builds for prod. Built sources are put into /dist.

Directory structure

app/
 |__views/
 |   |__{module}
 |       |__*.html
 |__sass/
 |   |__*.scss
 |__js/
 |   |__{module}
 |       |__*.js
 |__images/
 |   |__*.jpg/png