Code Monkey home page Code Monkey logo

gulp-sass-pug-build's Introduction

Gulp build PUG + SCSS

Image of Gulp build

Install

Using Windows cmd or Linux/macOS Terminal:

  • install the gulp command line utility: $ npm install --global gulp-cli
  • clone the repository $ git clone https://github.com/KrystynaKoryagina/gulp-sass-pug-build.git
  • go to the folder $ cd gulp-sass-pug-build
  • install packages from package.json: $ npm i
  • start: $ gulp

Gulp plugins

  • gulp-load-plugins - loads Gulp plugins from package dependencies and attaches them to an object
  • gulp-sass - Gulp plugin for compiling SASS/SCSS templates
  • gulp-pug - Gulp plugin for compiling PUG templates
  • gulp-htmlmin - Gulp plugin to minify HTML
  • gulp-csso - Gulp plugin to minify CSS
  • gulp-sass-glob - Gulp plugin to use glob imports in sass/scss files
  • gulp-sourcemaps - source map support for Gulp.js
  • gulp-concat - concatenates files
  • gulp-rename - rename files
  • gulp-autoprefixer - prefix CSS
  • gulp-css-unit - css unit converter
  • gulp-imagemin - minify PNG, JPEG, GIF and SVG images
  • gulp-uglify - minify files with UglifyJS
  • gulp.spritesmith - convert a set of images into a spritesheet and CSS variables via gulp
  • gulp-svg-sprite - Gulp plugin wrapping around svg-sprite that reads in a bunch of SVG files, optimizes them and creates SVG sprites and CSS resources in various flavours
  • gulp-svgmin - minify SVG files with gulp
  • gulp-plumber - prevent pipe breaking caused by errors from gulp plugins
  • gulp-notify - Gulp plugin to send messages based on Vinyl Files or Errors to Mac OS X, Linux or Windows using the node-notifier module
  • del - delete files and directories
  • browser-sync - live CSS Reload & Browser Syncing

Libraries

This Gulp build includes:

  • Bootstrap
        bootstrap.min.js
        bootstrap.css
    
  • jQuery
        jquery.min.js
    
  • Normalize.css
  • Animate.css

All third-party libraries are installed in the node_modules folder.

  • install library via npm: $ npm install package_name --save and add path to the array gulp/paths/cssLibs.js for CSS or gulp/paths/jsLibs.js for JS
  • uninstall library via npm: $ npm uninstall package_name -S and delete path from the array gulp/paths/cssLibs.js for CSS or gulp/paths/jsLibs.js for JS

gulp-sass-pug-build's People

Contributors

krystynakoryagina avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.