Skip to content

Releases: bezoerb/generator-grunt-symfony

v0.5.1

10 Sep 05:55
Compare
Choose a tag to compare

Fixed missing function deleteSync after upgrading fs.extra
v0.5.0...v0.5.1

v0.5.0

10 Sep 05:53
Compare
Choose a tag to compare

This version includes some minor tweaks as well as a complete rewrite of the filerev helper bundle. The bundle now respects the symfony framework.templating settings. See v0.4.1...v0.5.0

  • 508a310 Filerev bundle improvments

v0.4.1

10 Sep 05:48
Compare
Choose a tag to compare

Some minor tweaks
v0.4.0...v0.4.1

v0.4.0

16 Jun 20:56
Compare
Choose a tag to compare

MIssion filerev accomplished :)

  • 096a3ed Added Utils\GruntBundle
  • d98d1c7 Replace usemin for twig with Utils\GruntBundle\Templating\AssetAsset\FilerevPackage

v0.3.7

16 Jun 19:41
Compare
Choose a tag to compare

This is just a minor bugfix release.

  • Fixed issue with comma after loglevel
  • Minor tweaks

Thanks goes out to @brunowego

v0.3.6

16 Jun 19:38
Compare
Choose a tag to compare
  • Better generator tests including phpunit
  • Phpunit integration
  • Karma integration

v0.3.5

19 May 20:36
Compare
Choose a tag to compare

This is just a minor bugfix release for #11

v0.3.4

19 May 20:34
Compare
Choose a tag to compare

This release brings the awesome uncss into the game.

v0.3.3

01 Apr 18:19
Compare
Choose a tag to compare

Automatically set symfony folder permissions for app/cache and app/logs during install

v0.3.2 tidy-grunt

01 Apr 18:17
Compare
Choose a tag to compare

As the Gruntfile grows it get's more and more unmaintainable. This release offers you the ability to break up your Gruntfile config in smaller pieces to keep your config tidy and clean.
Tests also needed some cleanup improvements to not hit the 50min limit of Travis CI.

  • Smarter tests to speed up travis
  • Added optional 'load-grunt-config'