Skip to content

mozzgov/new_project_pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

new_project

Creating projet + gulp

  1. del package.json
  2. npm install
    1.1) add package.json
  3. npm install --save-dev

Start Pack for new project 1

Plugins 1:

"gulp"                          : "^4.0.2",
"gulp-autoprefixer"             : "^7.0.1",
"gulp-changed"                  : "^4.0.2",
"gulp-cssbeautify"              : "^3.0.0",
"gulp-group-css-media-queries"  : "^1.2.2",
"gulp-imagemin"                 : "^7.1.0",
"gulp-livereload"               : "^4.0.2",
"gulp-rigger"                   : "^0.5.8",
"gulp-sass"                     : "^4.1.0",
"gulp-sourcemaps"               : "^2.6.5",
"gulp-watch"                    : "^5.0.1",
"rimraf"                        : "^3.0.2",
"scss-resets"                   : "^0.5.2",
"jquery"                        : "^3.5.1"
"bootstrap"                     : "^5.2.3"

SASS

mixin:
1) @MediaQuery
2) Fonts
//                   Name     URL            FW   FS      .FF
//@include font-face(Univers, fonts/Univers, 400, normal, eot otf svg woff woff2);)
//