We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Output file option ignored (using -o and --outPath)
-o
--outPath
$ claymate -v 2.0.3
With some variants tested:
$ claymate build -o ./js/app.min.js $ claymate build -outPath=./js/app.min.js $ claymate build -outPath ./js/app.min.js
./js/app.min.js file to be created
This file was created:
./gumby.min.js
The text was updated successfully, but these errors were encountered:
Interesting, I believe this have only ever been used to specify the path to the file, rather than file name as well.
Sorry, something went wrong.
Yup same issue on using the gumby.json file.
I'm always getting gumby.min.js in my root
No branches or pull requests
Issue
Output file option ignored (using
-o
and--outPath
)Version
Command run
With some variants tested:
Expected
./js/app.min.js file to be created
Actual Result
This file was created:
./gumby.min.js
The text was updated successfully, but these errors were encountered: