Releases: simongoricar/gulp-nunjucks-sass-template
Releases · simongoricar/gulp-nunjucks-sass-template
v2.0.0 Release!
This release is a complete overhaul of the project. Here are some of the (many new) features:
- HTML: Nunjucks template engine. Renders at build time for static websites. Includes a basic template
templates/base.njk
to get you started and minification on production builds. - CSS: SCSS (and SASS) support. Includes minification on production builds and autoprefixing via Autoprefixer.
- JS: TypeScript support (via webpack and Babel). Multiple entry points are supported (e.g. a script for each page; see
tasks/configuration.ts
). - IMAGES and ASSETS: Automatically copy your images and other assets into your build.
- DEVELOPMENT: Browsersync support (real-time browser updates when you're developing).
- LINTING: eslint for TypeScript, stylelint for SCSS with relevant scripts prepared.
- Easy customization via options in
tasks/configuration.ts
and modular tasks intasks
For more about v2.0, read README.md
. Thank you for using the project!