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

Problem with src/perf/* #5

Open
jonasdacruz opened this issue Oct 7, 2014 · 0 comments
Open

Problem with src/perf/* #5

jonasdacruz opened this issue Oct 7, 2014 · 0 comments
Labels

Comments

@jonasdacruz
Copy link

We have a problem in the version 0.0.4.

I think the problem is in the package.json because we have added json files in src/perf folder, and when you try to launch the sentence:

"perf": "DEBUG=ciphertoken* node src/perf/*"

nothing happens.

We can do two different things, we can change this sentence by:

"perf": "DEBUG=ciphertoken* node src/perf/ciphertoken_perf.js"

and everything is working well.

Or, I think would be better moving the json files to other folder called src/shared

@jonasdacruz jonasdacruz added the bug label Oct 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant