My gulp setup used to create and design static sites quickly. Tasks that are automated:
- Compiles SCSS to CSS and ES6 to JS
- PurgeCSS removes unused CSS
- Soft refresh when files are changed
- Minifying CSS and JS files
- Gulp
- Browser Sync
- Browserify
- Babel
- Sass
- Sourcemaps
- Uglify
- Gulp Rename
- Post CSS
- Purge CSS
- Tailwind CSS
git clone https://github.com/ibrianfrancisco/gulp-setup.git
cd gulp-setup
npm install
// Run local environment
gulp start
- Add image optimizer
- Remove redundant plugins