/gulp-dynamic

:fries: Boilerplate customized with Gulp and SASS for dynamic structures.

Primary LanguageJavaScriptMIT LicenseMIT

Gulp Bootstrap

Boilerplate customized with Bootstrap, Font Awesome and Owl Carousel.

Libraries

Helpers

Dependencies

Workflow

Gulp Bootstrap/
│
├── assets/
│   │
│   ├── dist/
│	│   │
│   │	├── css/
│   │	├── fonts/
│   │	├── images/
│   │	└── js/
│	│
│ 	│
│	└──	src/
│		│
│   	├── css/
│   	├── fonts/
│   	├── images/
│   	├── js/
│   	└── sass/
│
│
├── gulp/
│   │
│   ├── tasks/
│   ├── gulpfile.js
│   └── package.json
│
│
├── .gitignore
├── LICENSE-MIT.md
└── README.md

How to use

*A requirement is that you have installed on your computer Gulp.

  1. Download the repository
  2. Install dependencies

Task listing

  • gulp (performs tasks sass and concatjs)
  • gulp dist (performs tasks cssmin, jsmin, clone and imagemin)
  • gulp sass (Compiles all files _scss)
  • gulp concatjs (Concatenate all .js)
  • gulp cssmin (Minify all.css)
  • gulp jsmin (Minify all.js)
  • gulp imagemin (Minify images)
  • gulp clean-fonts (Clean the folder 'dist/fonts')
  • gulp clean-images (Clean the folder 'dist/images')
  • gulp clone (Clone floder 'src/fonts' to 'dist/fonts')

Questions

If you have any difficulty using the Gulp Boilerplate or would like some aspect of the current configuration, open an issue and explain your difficulty.

License

MIT © Anderson Nascimento