Skip to content

Files

Latest commit

650c446 · Feb 1, 2018

History

History
27 lines (24 loc) · 2.92 KB

README.md

File metadata and controls

27 lines (24 loc) · 2.92 KB

Gulppack

Gulppack is very helpful for developing your frontend projects. Gulppack compiles SASS to CSS, compresses the CSS, JS files, optimizes pictures and SVG. Also creates a server with auto-reloading web page.

How to use:

  • install NodeJs;
  • install Gulp globally: npm install --global gulp@next;
  • git clone https://github.com/andreyalexeich/gulppack.git
  • cd gulppack (use Powershell if you are using Windows);
  • install gulp npm@next gulp-watch browser-sync gulp-autoprefixer gulp-uglify gulp-sass gulp-clean-css gulp-rename gulp-imagemin imagemin-pngquant gulp-svgo' gulp-filter, gulp-notify del --save-dev or drag npm.sh to the terminal and press Enter (Linux, macOS) or run npm.bat (Windows only)
  • enter gulp in terminal and press Enter.

Plugins: