Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I really need to download a file off a repo on github .. but for some reason i can't find the file..I'm new from to github so maybe i may be doing something wrong!


So yeah .. i have been trying to get hold of a javascript file named 'dashboard.min.js' from the following repository on github:

[^]


For some reason i can't see that file in the templates folder!... i'm not so sure to why this maybe i'm doing it all wrong . Could anyone assist me with this please?
i have tried almost everything and hence why i have just ended up asking on here .
I really need some assistance on this.
Thank you .

What I have tried:

I have tried to contact the repo owner still no reply for almost a week now ,
learning how to use github, gulp and bower.
Posted
Updated 21-Mar-16 1:09am
Comments
Jochen Arndt 21-Mar-16 7:22am    
See https://github.com/rdash/rdash-angular/issues/100.
The file is created when cloning the repository and running gulp to create a minification of the source files. So that are the steps to get the file.

1 solution

Quote:
The js files get minimized into this when you run gulp into the dist folder. If you run the command 'gulp' from root folder the project should load on localhost:8888

dashboard.min.js · Issue #100 · rdash/rdash-angular · GitHub[^]

Step-by-step guide to using gulp (assumes complete beginner) - Getting Started with Gulp | Travis Maynard[^]
 
Share this answer
 
v3
Comments
1Future 21-Mar-16 7:33am    
This makes sense .. but when i run th e gulp command from commandline its says gulp file not found.. am still missing something?
CHill60 21-Mar-16 7:36am    
What command are you running?
1Future 21-Mar-16 7:38am    
so .. i open cmd .. and i type : 'gulp' .. is this wrong?
CHill60 21-Mar-16 7:42am    
I'm guessing you've missed a step - creating the gulpfile. I'll post a link into my solution
1Future 21-Mar-16 8:51am    
Thank you for the link

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900