Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 961 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 961 Bytes

README

Gulp Starter Theme

What is this repository for?

  • Start Front-End with Gulp
  • Version 1.00

Main Features?

  • Compiling Sass/Scss to minified/Unminified css with sourcemap
  • Watch changes
  • Template Engine by nunjucks
  • Beautified Html files
  • Optimizing Images ( jpg|png|svg )
  • Combinigs Scripts and Stylesheets together in one single file

How do I get set up?

  • Clone Repo: git clone https://amsshoyon@bitbucket.org/amsshoyon/gulp-starter.git

  • Install from the command line: $ npm install @amsshoyon/gulp-starter-engine@1.0.0

  • Install via package.json: "@amsshoyon/gulp-starter-engine": "1.0.0"

  • cd/gulp-starter-engine

  • npm i or npm install

  • Start to code...

Commands

  • To start devlopment and watch: gulp
  • To combine js/css files: gulp combine
  • To optimize images: gulp optimize
  • To clean entire dist folder: gulp clean