https://github.com/redpop/gulp-firestarter-2023
Gulp starter kit
https://github.com/redpop/gulp-firestarter-2023
11ty bootstrap5 browsersync editorconfig eslint gulp4 netlify nunjucks prettier rollup scss stylelint
Last synced: 29 days ago
JSON representation
Gulp starter kit
- Host: GitHub
- URL: https://github.com/redpop/gulp-firestarter-2023
- Owner: redpop
- License: mit
- Created: 2023-08-10T19:19:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-19T11:09:51.000Z (over 1 year ago)
- Last Synced: 2025-02-12T14:54:37.511Z (3 months ago)
- Topics: 11ty, bootstrap5, browsersync, editorconfig, eslint, gulp4, netlify, nunjucks, prettier, rollup, scss, stylelint
- Language: JavaScript
- Homepage: https://gulp-firestarter-2023.netlify.app/
- Size: 2.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gulp starter kit 2023
[](https://app.netlify.com/sites/gulp-firestarter-2023/deploys)
https://gulp-firestarter-2023.netlify.app/
## Tasks
- clean (dist folder)
- copy (static assets)
- javascript ([rollup.js](https://www.rollupjs.org/))
- sass ([Sass](https://sass-lang.com/))
- server ([Browsersync](https://www.npmjs.com/package/browser-sync))
- [stylelint](https://www.npmjs.com/package/stylelint)
- templates ([11ty](https://www.11ty.dev/))## Features
- [11ty](https://www.11ty.dev/)
- [Browserslist](https://github.com/browserslist/browserslist)
- [EditorConfig](https://editorconfig.org)
- [ESLint](https://eslint.org)
- [Netlify](https://www.netlify.com)
- [Prettier](https://www.npmjs.com/package/prettier)## Notes
### Browsersync
If you want to use Browsersync in conjunction with HTTPS then you can use [mkcert](https://mkcert.org) and add the certs
into the `/certs` folder.
The settings for HTTPS are in `/gulpfile.js`