Simon Schaufelberger

Results 235 comments of Simon Schaufelberger

I have the same problem. A full zip download with all dependencies would be great!

It's a long time ago but I think I just installed it as written here: https://github.com/azat-co/mongoui#installation with a zip download of master branch

That's why I created npm tasks myself and execute npm in surf workspace. For CI environments this could be a starting point. Either set an environment variable: ```bash SURF_WORKSPACE=. surf...

I wanted to make this work for v3 as this would be a killer feature that surf doesn't need to checkout the whole repo in CI context for example

@chrosey Can you give me a usecase for this?

@chrosey currently this is not possible. Everything is bound to an Application but you can of course write you own Tasks and since you get the node as parameter, you...

Ok. I was really not aware of this. But is it true that you cannot bind a task only to a defined Node meaning all tasks will run on all...

Let me see what deployer is doing :eyes:

I actually have such a weird system myself and here it works (not a TYPO3 project) but yes, it's not recommended.