You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we want to switch away from the Makefile we might add bash scripts or put more scripts into the composer.jsonscripts section. I'd suggest PHP scripts that are callable directly in the bin/ folder instead of composer scripts for everything as that might be easier to debug for certain easy use-cases. For the Makefile::tail-logs I suggest a bin/tail-logs bash script:
Makes sense but might be a compatibility issue when running on different platforms? Most likely OSX compatibility should be easy enough to ensure.. but Windows?
e.g. when switching from one sass compiler to another one in
different environments. Switching from (discontinued) ruby sass
which is the current default to the e.g. node sass can be done
by setting sass.cmd_tpl to "#1#2#3#4#5#6".
As we want to switch away from the
Makefile
we might add bash scripts or put more scripts into thecomposer.json
scripts
section. I'd suggest PHP scripts that are callable directly in thebin/
folder instead of composer scripts for everything as that might be easier to debug for certain easy use-cases. For theMakefile::tail-logs
I suggest abin/tail-logs
bash script:The text was updated successfully, but these errors were encountered: