-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feedback from user #53
Comments
In my opinion, this could be resolved, just user needs to add route, that will allow to navigate in directory. |
I've have attempted to solve the problem as advised, but problem keeps occurring.
Error occurring:
Any advice on how this should be handled would be appreciated. |
@beniusij - can you describe, why third step is added? After launching gulp task, do you have perf-tool directory created in same level as node_modules are? |
Third step was added to link route to the directory of perf-tool. Therefore, I thought best solution would be to render index.html file in the directory. After launching gulp task, devbridge-perf-tool folder was created in node_modules directory. Breadcrumbs would be: MyProject > node_modules > devbridge-perf-tool. |
really, in node_modules directory? because it should be created in root project, where package.json is located, not inside node_modules. |
@beniusij - how you are installing it and why you don't have gulpfile inside project (and there is no package.json file too)? |
Using command line: Finally, I go to There were no requirements stating that gulpfile or package.json are required, nor instructions on obtaining those two prior tool's installation. |
@beniusij this is self explanatory, no one is running modules and editing files in node_modules (as I understand, you tried to run it from node_modules directory?) |
Hi, I am writing regarding PerfTool. I have attempted to install and use this tool together with Rails 5 application. Following the instructions provided, installation was successful. However, it was not possible to use the tool, as routing problem occurred saying it "No route matches [GET] /perf-tool". Would it be possible to rails specific instructions to make this tool work? Best regards, Juozas Beniusis
The text was updated successfully, but these errors were encountered: