项目作者: maciejkorsan

项目描述 :
Gulp 4.0 configuration for static sites development
高级语言: JavaScript
项目地址: git://github.com/maciejkorsan/frontendkickstarter.git
创建时间: 2016-04-24T23:28:15Z
项目社区:https://github.com/maciejkorsan/frontendkickstarter

开源协议:

下载


frontend kickstarter

This is simple gulp 4.0 configuration, perfect for making simple, static websites.

features 🚀:

  • autoreload on local webserver
  • sass support
  • dist building with minification
  • auto header / footer for content sites
  • circleci FTP autodeployment (read below)

requirements:

  • node.js (npm)
  • npm install -g gulp-cli

download my gulpfile & packages config and run:

  • npm install
  • gulp
  • you’re ready to go :)

If you want to enable FTP autodeployment please follow this blog post: https://blog.polarbits.co/2018/01/24/deploy-static-html-website-from-github-repository-to-the-ftp-server-using-circleci/