Skip to content

Instantly share code, notes, and snippets.

View tanmoythander's full-sized avatar
🏠
Working from home

Tanmoy Thander tanmoythander

🏠
Working from home
View GitHub Profile
@tanmoythander
tanmoythander / gulpfile.js
Created May 15, 2019 19:29
Gulp v4 sample gulpfile.js for building AngularJS source code. If you want the full example, check https://github.com/tanmoythander/angular-gulp-boilerplate.
/**
* The build process consists of following steps:
* 1. clean /_build folder
* 2. minify css files
* 3. copy and minimize images
* 4. minify and copy all HTML files into $templateCache
* 5. build index.html
* 6. minify and copy all JS files
* 7. copy fonts
* 8. show build folder size