Zead-Ashraf / Gulp-Workflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gulp-Workflow

This is a ready-to-use gulp environment which contains useful tools and additions that help in developing FrontEnd projects.

Features

  • minify html files automatically

  • pug support

  • sass support

  • Performs useful operations on css file

    • autoprefixing
    • minifiying
    • concat all css Files into one file
  • watch Files and perform all tasks automatically on saving

command action
default minify html files automatically && Performs useful operations on css file
pug Watch any pug task in the src directory with hot compiling on saving and put it in the root of build directory
scss Watches any sass file in sass directory inside src directory

Note

workspace is the src directory and the build version of the site in build directory

The whole css is located in one minified file called style.min.css and you have to locate all your html src with this file

developed by Zead-Ashraf

About


Languages

Language:JavaScript 47.0%Language:CSS 38.5%Language:HTML 13.3%Language:Pug 1.0%Language:SCSS 0.3%