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
I wanted to ask if there is a quick way to execute a slushfile that lies within a folder of a new generator. A command like "slush ." would be useful to quickly test the output of a new generator.
The text was updated successfully, but these errors were encountered:
Slush does not contain anything "out of the box", except the ability to locate installed slush generators and to run them with liftoff
I admit, this answer is quite a bit late given the date of the question. But maybe it helps somebody...
You don't need slush's ability to locate a generator in the given case and running things with Liftoff is what gulp does anyways. So given, that you've installed gulp-cli, running gulp --gulpfile ./slushfile.js should be a viable workaround.
Hi!
I wanted to ask if there is a quick way to execute a slushfile that lies within a folder of a new generator. A command like "slush ." would be useful to quickly test the output of a new generator.
The text was updated successfully, but these errors were encountered: