Skip to content

Releases: SymfonyCasts/sass-bundle

Listener to PreAssetsCompileEvent & better exception handling

14 Nov 19:10
b97c274
Compare
Choose a tag to compare

Hello there!

A listener to PreAssetsCompileEvent was added. Also, provided a better exception handling

What's Changed

  • Better exception if the built file is not present by @weaverryan in #32
  • Add Listener to PreAssetsCompileEvent by @WebMamba in #22

Full Changelog: v0.2.3...v0.2.4

Bug fix: default value for embed_sourcemap config option

23 Oct 09:54
542b3c9
Compare
Choose a tag to compare

Hello there!

This release fixes a bug when the default real value is lost after the cache is warmed up for the embed_sourcemap config option. Also includes many tweaks to the docs.

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

Bug fix: more reliable path checking of .scss file

13 Sep 14:44
Compare
Choose a tag to compare

Hi Sassers!

This release fixes a bug that could cause your final CSS file to include the source Sass contents, instead of the final compiled CSS.

  • Using realpath everywhere for consistent comparison by @weaverryan in #14

Full Changelog: v0.2.1...v0.2.2

Have fun!

Adding i586 windows machine support

13 Sep 14:10
Compare
Choose a tag to compare

Hi Sassers!

Just one small bug fix:

  • Added 'i586' to windows-x64 machine types. by @schugs4 in #12

New Contributors

Full Changelog: v0.2.0...v0.2.1

Have fun!

Added sourcemaps by default in debug mode

21 Aug 13:33
Compare
Choose a tag to compare

Hi!

Sourcemaps are included by default in dev mode. See #7

Changes: v0.1.2...v0.2.0

Cheers!

Fix for duplicate method

19 Aug 21:47
Compare
Choose a tag to compare

Hi there!

And... one more fix because I tagged too quickly :).

Changes: v0.1.1...v0.1.2

Cheers!

Fixing chmod error on download & Windows Support

19 Aug 21:45
Compare
Choose a tag to compare

Hi there!

Fixing a few errors, including Windows support.

Changes: v0.1.0...v0.1.1

Cheers!

SassBundle: AssetMapper + Sass Support

18 Aug 19:24
Compare
Choose a tag to compare

Hi there!

This is the initial release of the bundle. HUGE thanks to @WebMamba who did the vast majority of the work in #1.

Cheers!