Skip to content

mohamedkdidi/gulp-environment-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front-end development environment using gulp

Gulp fron­tend work­flow automa­tion

  • Com­piles SCSS to CSS, using a cache to make it faster.
  • Auto-pre­fix­es CSS for the browsers we support.
  • Ugli­fies JavaScript.
  • Han­dles live reloading.
  • Compress the images.
  • Zip the build.
  • Clean dist folder.

Setup

Get the code:

git clone https://github.com/mohamedkdidi/gulp-environment-build.git

Install dependencies:

Using npm

  $ cd gulp-environment-build
  $ npm install

Using yarn

  $ cd gulp-environment-build
  $ yarn install

Run the server:

  $ gulp

Point a web browser at the demo:

http://localhost:8080/

License

MIT © Mohamed Kdidi

Send Thanks

Bitcoin greatfully accepted: 37btVdM6R4yJFCaiKLS4HuXevR6K1ZX2tv

Releases

No releases published

Packages

No packages published