gulp-gold
v2.0.0
Published
Custom Gulp pack
Downloads
25
Maintainers
Readme
gulp-gold :wrench:, npm link
custom Gulp pack
TL;DR
Used latest tools: Gulp, Babel, Webpack, PostCSS, Prettier
- Styles - stylelint -> postCSS(postcss-import, postcss-url, postcss-preset-env(autoprefixed&cssnext), cssnano)
- Scripts - eslint -> webpack(babel-preset-env) -> prettier
- Images - imagemin
- Browsersync
- Errors output improved by plumber
- I hope You will enjoy it :)
Installing
npm install --legacy-peer-deps
"--legacy-peer-deps" is required because of Stylelint, it'll be resolved later
This project uses Gulp v.4 so we should have gulp-cli
or npx
(goes with NPM v5.3.0+) installed globally to use npm scripts using local Gulp:
npm install -g gulp-cli
Usage
npm scripts
npm run build
just build withNODE_ENV=production
npm run dev
ornpm start
serving fromsrc
npm run prod
serving fromdist
npm run lint
npm run format
gulp tasks
requires
gulp-cli
to be installed globally
gulp serve
clean->lint->build->browsersync->watch insrc
gulp
clean->lint->buildgulp lintStyles
gulp lintScripts
- other tasks you can find in the gulpfile