Skip to content

nasya7akimova/gulppack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: