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

Outfile option ignored #3

Open
fideloper opened this issue Nov 8, 2013 · 2 comments
Open

Outfile option ignored #3

fideloper opened this issue Nov 8, 2013 · 2 comments

Comments

@fideloper
Copy link

Issue

Output file option ignored (using -o and --outPath)

Version

$ claymate -v
2.0.3

Command run

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

Expected

./js/app.min.js file to be created

Actual Result

This file was created:

./gumby.min.js

@chambaz
Copy link
Contributor

chambaz commented Nov 8, 2013

Interesting, I believe this have only ever been used to specify the path to the file, rather than file name as well.

@rtablada
Copy link

rtablada commented Mar 1, 2014

Yup same issue on using the gumby.json file.

I'm always getting gumby.min.js in my root

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

No branches or pull requests

3 participants