Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 483 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 483 Bytes

#Gulp starter with materialize.css

materialize.css and materialize.js included. Fonts referred by cdn, so font folder is empty. On the gulp side there are utilities listed bellow

  • compile sass
  • live browser reload
  • concat css into one file and minify it
  • concat js into one file and minify it
  • minify images
  • cache minified images
  • send all above into a dist folder + copy fonts
  • clean unused files

Remember to do run the npm install command after cloning this repo :)