Releases: Intracto/buildozer
Releases · Intracto/buildozer
Allow gulp options to be passed
Removes CRLF line endings in published package
0.4.4 was published from a windows machine and used CRLF line endings in the published package.
Add support for windows
We now use process.env.INIT_CWD
as this is set by NPM and Yarn regardless of the OS your are running. #174
Fix copy tree depth
Fix browsersync stream
Images config patch
Patch for #127
Config search & linting
v0.4.0
Highlights
Config search
By enabling this feature you can drop .buildozerrc
configurations in sub folders within your project which will be detected by Buildozer.
Linting
As soon as Buildozer detects a linting configuration file, linting will be enabled. Buildozer takes a pretty aggressive approach when the linting rules are not followed: if the linting fails, no CSS or JS will be build.
Features
- Switch to Dart Sass which supports (See https://css-tricks.com/introducing-sass-modules/)
- User will get a notification if Buildozer is outdated. (See #118)
- Use
cosmiconfig
to detect buildozer configurations (See #103) - Switch environment with env parameter (#120)
- Support for
.css
and.sass
extensions (#121)
Dependency updates
- Fix outdated
caniuse-lite
(minor vulnerabilities which didn't influence Buildozer) and update all other dependencies to its latest version (v0.3.1...v0.4.0)
Dependency updates, automated tests & minor bugfixes
- Dependency updates (v0.3.0...v0.3.1)
- Bug fix path prefix #56
- Bug fix name fix #64
v0.3.0
Features
- Support for access outside working directory (#27)
- Add ability to load custom PostCSS plugins (#32)
- Add browsersync reload option (#31)
- Ability to use
process.env.NODE_ENV
to set environment (#23)
Bugfixes
- Make
buildozer js-concat
,buildozer svg-sprite
,buildozer clean
&buildozer copy
commands executable (#15) - Only use
gulp-plumber
on watch (#16) - Fix
js
&img
tasks from logging being finished before actually being finished. - Fix sass watcher from becoming stuck (#26)
Meta
Thanks
Special thanks to @gijsroge for his contributions 💪
v0.2.0
New features
- Browser sync support
- Easy way to copy files or folders
- SVG sprites
- Javascript files concatenation