Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use slushfile in folder when executing slush in the folder of a new generator #43

Open
peterjuras opened this issue Oct 1, 2015 · 1 comment

Comments

@peterjuras
Copy link

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.

@about-code
Copy link

about-code commented Apr 13, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants