I invested some time this weekend to upgrade the @thankbox deployment process to use Lasso for frontend assets. Deployment time went from 12 minutes to 20 seconds. Thanks for this awesome tool @carre_sam 
One thing is that I wanted the Lasso build script to accept multiple commands. I use yarn so I wanted to do "yarn && yarn prod" but it didn't accept the &&. It's fine in my case cause I just ended up running "yarn" separately but worth mentioning.
-
-
I found this issue too, have you tried using “||” (pipes) instead? I think that fixed it for me. Thanks for mentioning it, I might see if I can parse the && characters and get it working.
-
Actually on second thoughts, I wouldn’t recommend that. I’ve done some digging and “||” is an OR operator, and “|” uses the first command’s output as the second command’s input. I’ll do some more research on Symfony’s Process command (which is what Lasso uses)
- Pokaż odpowiedzi
Nowa rozmowa -
-
-
Just wanted to let you know that I'm working on an update for Lasso which uses a much better compilation process. It also gives you much more freedom, and you will be able to write `npm install && npm run prod` with the new compiler. -
Woooo, awesome
Koniec rozmowy
Nowa rozmowa -
Wydaje się, że ładowanie zajmuje dużo czasu.
Twitter jest przeciążony lub wystąpił chwilowy problem. Spróbuj ponownie lub sprawdź status Twittera, aby uzyskać więcej informacji.
Let me know if you have any questions.