2.0.0 • Published 4 years ago
gulp-gold v2.0.0
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
Optional
MIT License
2.0.0
4 years ago
1.7.0
5 years ago
1.6.1
5 years ago
1.6.0
5 years ago
1.5.0
6 years ago
1.4.5
6 years ago
1.4.3
6 years ago
1.4.2
6 years ago
1.4.1
6 years ago
1.4.0
7 years ago
1.3.1
7 years ago
1.3.0
7 years ago
1.2.2
8 years ago
1.2.1
8 years ago
1.2.0
8 years ago
1.1.1
8 years ago
1.1.0
8 years ago
1.0.8
8 years ago
1.0.7
8 years ago
1.0.5
9 years ago
1.0.4
9 years ago
1.0.3
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago
0.1.2
11 years ago
0.1.1
11 years ago
0.1.0
11 years ago
0.0.5
11 years ago
0.0.4
11 years ago
0.0.3
11 years ago
0.0.2
11 years ago
0.0.1
11 years ago