Skip to content

Releases: Intracto/buildozer

Allow gulp options to be passed

Removes CRLF line endings in published package

15 May 14:09
Compare
Choose a tag to compare

0.4.4 was published from a windows machine and used CRLF line endings in the published package.

Add support for windows

15 May 13:10
Compare
Choose a tag to compare

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

03 Mar 13:01
Compare
Choose a tag to compare

Fix browsersync stream

03 Mar 12:58
Compare
Choose a tag to compare

Images config patch

24 Feb 13:25
Compare
Choose a tag to compare

Config search & linting

19 Feb 14:06
Compare
Choose a tag to compare

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

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

08 Nov 13:47
Compare
Choose a tag to compare

Thanks @JanDC & @rjwebdev for their contributions!

v0.3.0

04 Oct 14:48
Compare
Choose a tag to compare

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

  • Switch from CircleCI to Github Actions (#34)
  • Add Browserslist documentation (#35)

Thanks

Special thanks to @gijsroge for his contributions 馃挭

v0.2.0

09 Sep 14:36
Compare
Choose a tag to compare

New features

  • Browser sync support
  • Easy way to copy files or folders
  • SVG sprites
  • Javascript files concatenation