hacfi

Results 52 comments of hacfi

@ahurt2000 Do we really want a `StateException` if an event rejects the transition?

I’m :+1: for this PR..just not sure whether to throw an Exception or fail silently (`return;`)

Well..failing silently is not a good idea - nevermind.

@gugahoi According to google translate he is saying something like the trailing `\n` is causing syntax errors. Hope that is pointing you in the right direction.

I’ve got the same issue on OS X 10.9.5 (node v0.10.38, gradle 2.3). Any ideas how to fix that?

Related to BrowserSync/browser-sync#594 Possible fix: edit `src/main/resources/assets/package.json` and change `browser-sync` to `~2.6.5`

@quantrpeter This include doesn't come from this package. If you have a look at the files of this project at https://github.com/kylefox/jquery-modal you see that here is no `_modal.scss`. This must...

What functionality does this add?

@Rvanlaak Dealing with the same problem I came up with the following solution: `app/config/config.yml`: ``` yml imports: - { resource: assets_version.php } ... framework: ... templating: engines: ['twig'] packages: style:...

@cordoval Yes, in my template I got ``` twig {% stylesheets '@ProjectAppBundle/Resources/less/make.less' filter='lessphp,?yui_css' output="css/style.css" package="style" -%} {% endstylesheets %} ``` I actually have more than this one css file but...