Skip to content

Releases: tighten/jigsaw

Escape spaces in build path

20 Jun 18:30
Compare
Choose a tag to compare

Spaces in the build path are now properly escaped when running the serve command. Addresses #105.

v1.0.4

31 May 17:31
Compare
Choose a tag to compare

Lock down version of Silly CLI to avoid forcing PHP 7

Bugfixes

08 May 16:40
Compare
Choose a tag to compare
  • Fixed issue on Windows when using gulp with local install, resolves #100 (thanks @kunstwort)
  • Fixed issue where dotfiles (e.g. .DS_Store) caused collection builds to fail (thanks @tristanbailey)

Bugfixes

28 Apr 15:29
Compare
Choose a tag to compare
  • Fixed bug in pagination when used on the homepage of a site (#101), thanks @MartinPeverelli
  • Fixed bug which mistakenly appended a . to files without extensions (#96), thanks @paulredmond
  • PSR-2 cleanup and removing unnecessary imports (#97 and #98), thanks @lucasmichot

v1.0.0

19 Apr 21:08
Compare
Choose a tag to compare

See upgrade instructions for breaking change regarding how variables are referenced in a template.

v0.6.4

27 Jun 18:11
Compare
Choose a tag to compare
  • Add support for Elixir versioning (#54, #51)

v0.6.3

26 Jun 02:28
Compare
Choose a tag to compare
  • Catch up our version numbers with our releases. :smh:

v0.6.2

26 Jun 02:24
Compare
Choose a tag to compare
  • Default gulp watch task can take BrowserSync port --port or -p (#48)

v0.6.1

15 Jun 20:10
Compare
Choose a tag to compare
  • Add $hidden parameter to allFiles() to be compatible with base class (#49)

v0.6.0

04 May 15:05
Compare
Choose a tag to compare
  • env is now an optional argument to build, not an option, so jigsaw build local is correct now, not jigsaw build --env=local
  • Default gulpfile watches for changes in root as well as source
  • Default gulp watch task can take environment to watch view --env or -e