<<<<<<< HEAD
Just a front-end boilerplate, useful for static web development.
- Gulp - Task Runner
- Sass - CSS Preprocessor
- Babel - Modern JavaScript compiler
- Inject - Auto inject js and css files
- PostCSS - Next generation CSS with gulp-postcss, autoprefixer and minified with cssnano
- sanitize.css - Opinionated css resets based on normalize.css but better!
- imagemin - "Minify images seamlessly" with gulp-imagemin
- Browsersync - Dev server plus auto reloading and styles injection with browser-sync and also...
- clean-html - HTML cleaner and beautifier
- gulp-inject - Auto inject scripts and styles
- gulp-changed - recompile only the necessary
- gulp-uglify - Reduce .js sizes
- gulp-concat, gulp-mode, gulp-sourcemaps, gulp-size and del
- Make sure you have nodejs and gulp-cli installed globally.
- Clone this repo
git clone https://github.com/matheusbronca/gulp-starter your-project-name
- Probably you don't want to keep track of this repo, so remove .git folder rm -rf .git
- Install dependencies with npm install
- And you're good to go!
gulp --dev
for development modegulp --prod
for production mode =======
8ae39d1e664f316d1f622c359b74b63921088c41