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

Running the make instructions results in errors #7

Open
sdog869 opened this issue Jun 29, 2014 · 4 comments
Open

Running the make instructions results in errors #7

sdog869 opened this issue Jun 29, 2014 · 4 comments

Comments

@sdog869
Copy link

sdog869 commented Jun 29, 2014

Running ./make.js gen you get:

cat: no such file or directory: ../riotjs/riot.js

looks like a path issue inside make.js, probably easy to fix, but for people look to quickly see an example it makes it tough, thanks!

@patkujawa-wf
Copy link

They must have assumed that you cloned riotjs into a sibling (of riotjs-admin) directory. When I did so, I no longer got that error. What I did get, though was:

❯ ./make.js gen
cp: no such file or directory: bower_components/jquery/jquery.min.js

This despite successfully doing bower install && npm install :(

@patkujawa-wf
Copy link

In make.js, change line 76 to look in the dist subdirectory and ./make.js gen will succeed:
76 cp("-f", "bower_components/jquery/dist/jquery.min.js", "dist");

@jedrekk
Copy link

jedrekk commented Oct 30, 2014

Had to uncomment line 24 and comment out line 25 in make.js to fix this.

@coderofsalvation
Copy link

I made a pull request for that. But after that I figured that it wasnt ported to riot2 yet..kinda bummer

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

4 participants