Skip to content

Releases: bezoerb/generator-grunt-symfony

v0.10.0

17 Mar 16:24
Compare
Choose a tag to compare

Features

  • Added support for Browserify
  • Routes config for critical & uncss (no need to configure http, critical and uncss separately anymore)

Maintenance

  • Use Babel 6 for Browserify & Webpack
  • Use npm versions of bootstrap, foundation & uikit for webpack & browserify
  • Foundation v6.2.0 update
  • More lightweight assets task (useful when developing with apache instead of browsersync)
  • Symfony 3.0 is now the default choice
  • Bump generator dependencies
  • Bump dependencies for generated app

Bugfixes

  • fix paths for bootstrap-stylus
  • fix path for npm bootstrap-sass
  • minor fix for webpack + uikit
  • fix post-merge hook for local composer
  • minor fix for requirejs
  • fixed kernel env for SF3

v0.9.2

16 Feb 22:53
Compare
Choose a tag to compare
  • tweaks for lodash 4
  • add app icons + manifest
  • added appcache to tests
  • relatrive asset filerev fix

v0.9.1

10 Jan 22:30
Compare
Choose a tag to compare

Some fixes for symfony 3 as well as a slightly changed folder structure to better fit into a symfony 3 project (Frontend tests are nor located in tests/Frontend next to the php tests for symfony 3.

v0.9.0...v0.9.1

v0.9.0

10 Jan 22:43
Compare
Choose a tag to compare

This release adds offline support to your symfony project.
Thanks to the awesome Service Workers and sw-precache as well as all the wonderful people pushing this forward.

For a full list of changes see: v0.8.0...v0.9.0

v0.8.0

10 Jan 22:27
Compare
Choose a tag to compare

This release removes jshint and introduces eslint. The eslint configuration is based on xo with 4 spaces.

  • b00a995 dropped jshint & added eslint
  • 1d64bba .jscsrc for webstorm code style configuration
  • 35321f5 updated tests

v0.7.2

10 Jan 22:21
Compare
Choose a tag to compare
  • jspm fixes
  • remove deprecated warnings
  • bump deps
  • jspm babel version
  • fixed tests
  • use visionmedia debug instead of loglevel
  • fixed #57
  • show available grunt tasks on default

v0.7.1

10 Jan 22:18
Compare
Choose a tag to compare

v0.7.0

08 Dec 15:46
Compare
Choose a tag to compare

Features

  • Add inuit css (only scss)
  • Symfony 3.0 compatibility
  • Separated Bundle for handling filerev asset rewrites (#21)

Maintenance

  • Travis composer tweaks
  • Fixed webpack dist target dir
  • Bump dependencies

v0.6.0

10 Nov 09:31
Compare
Choose a tag to compare
  • Added support for Symfony 2.7 (thanks to @MichaelKubovic)
  • Added support for Webpack
  • Dropped support for Pure CSS
  • Picturefill 3
  • Bump dependencies
  • Tweaked tests
  • fixed chmod issue when using git (#19)

v0.5.2

10 Sep 09:17
Compare
Choose a tag to compare

Windows bugfix