/gulp-starter

Otimizador de front-end

Primary LanguageCSS

Starter Gulp

Description

This is a project that seeks to improve (optimize) the development of the front application in wordpress.

About

This starter uses the best technologies to optimize the work of the frontend. 1 - "del": "^2.2.2" 2 - "gulp": "^3.9.1" 3 - "gulp-clean": "^0.3.2" 4 - "gulp-concat": "^2.6.0" 5 - "gulp-cssmin": "^0.1.7" 6 - "gulp-debug": "^2.1.2" 7 - "gulp-imagemin": "^3.0.1" 8 - "gulp-sass": "^2.3.1" 9 - "gulp-uglify": "^1.5.3" 10 - "gulp-watch": "^4.3.5"

Directory Overview

ProjectRoot/
│
├── assets/
│   ├── scss/
│   │   └── global/
|	│   │   └── _bootstrap.scss			
|	│   │   └── _variables.scss			
|	│   │   └── _components.scss			
|	│   │   └── _mixins.scss			
|	│   │   └── _placeholder.scss			
|	│   │   └── _reset.scss			
|	│   │   └── _fonts.scss			
│   │   └── modules/
|	│   │   └── _buttons.scss			
|	│   │   └── _form.scss			
|	│   │   └── _swipe.scss			
|	│   │   └── _menu.scss			
│   │   └── sections/
|	│   │   └── _footer.scss
│   |	│   └── _header.scss
|	│   │   └── _inner-content.scss
|	│   │   └── _query.scss
|
│   ├── images/
|	│   └── src/
|
│   ├── fonts/
|	│   └── src/
|
|	├── js/
│   │   └── vendor/
|	│   └── <package-name>.min.js
|
├── src/
|	├── node_modules/
|	├── gulpfile.js
| 	├── package.json

├──.gitignore
├── index.php
└── README.md

Node.js

*https://nodejs.org/en/

Gulp

*http://gulpjs.com

  • Version 1 - There is still improving file gulp.js .