adhamu / kill-gulp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kill Gulp

The purpose of this proof-of-concept project is to remove reliance on Gulp as a build tool. Instead, look to leverage NPM scripts and do all of this with minimal dependencies. Not a new idea I know but learning by doing here.

Targets

  • Compile SASS
  • Transpile ES6
  • Use Boostrap 4
  • Autoprefixer
  • Concat JS
  • Concat CSS
  • Uglify CSS
  • Uglify JS
  • Optimise Images
  • Implement JS Watch
  • Implement CSS/SCSS Watch
  • ESLint
  • Stylelint
  • Hashed filenames
  • Minify HTML
  • LiveReload/BrowserSync/Dev Server (Added http-server instead)
  • FontAwesome 5
  • React

About


Languages

Language:Shell 41.1%Language:JavaScript 37.0%Language:HTML 15.2%Language:CSS 6.7%