jerome Posted February 6, 2015 Share Posted February 6, 2015 https://github.com/BabylonJS/Babylon.js/tree/master/Tools/Gulp It seems the doc is incomplete : install some dependencies ... which ones please ? Quote Link to comment Share on other sites More sharing options...
RaananW Posted February 6, 2015 Share Posted February 6, 2015 did you run npm install in the directory where package.json is? it includes all of the needed dependencies. Quote Link to comment Share on other sites More sharing options...
jerome Posted February 6, 2015 Author Share Posted February 6, 2015 You are my savior I didn't understand the npm install had to run in this directory.It's not that clear for a gulp newbee like me (or am I not that smart ?...or both ?) Maybe should it be mentioned more accurately in the doc ? Quote Link to comment Share on other sites More sharing options...
RaananW Posted February 6, 2015 Share Posted February 6, 2015 from idol to savior... Not sure what's better thou! glad it's working. package.json is a node.js/npm file that includes (among other things) the local dependencies needed for the application. It also states:"(Paths in this file are relative to this file location.)"But I agree, it could be more clear for people with no node.js experience. Quote Link to comment Share on other sites More sharing options...
jerome Posted February 6, 2015 Author Share Posted February 6, 2015 Yep I read this statement, but I couldn't understand it concerned the path written in the github header. It's my fault. I used node.js so far just for small websocket development from scratch and wasn't really concerned by npm packages and dependencies. Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted February 6, 2015 Share Posted February 6, 2015 Hey Jerome, please do not hesitate to update docs. This is never easy to write docs and users feedback are invaluable in this specific case Quote Link to comment Share on other sites More sharing options...
jerome Posted February 6, 2015 Author Share Posted February 6, 2015 yep, I'll do it Quote Link to comment Share on other sites More sharing options...
jerome Posted February 8, 2015 Author Share Posted February 8, 2015 Where do I have to do it ? In the github wiki pages ? Aren't they deprecated now ?I just couldn't find the gulp page or how to contribute page in the http://doc.babylonjs.com/ site Quote Link to comment Share on other sites More sharing options...
RaananW Posted February 8, 2015 Share Posted February 8, 2015 The gulp documentation is found here -https://github.com/BabylonJS/Babylon.js/blob/master/Tools/Gulp/readme.md . This is the file you should edit.But maybe creating a new page in the doc site would not be a bad idea :-) Quote Link to comment Share on other sites More sharing options...
jerome Posted February 8, 2015 Author Share Posted February 8, 2015 maybe just a copy/paste from the wiki github page in the doc site... and then start editing this new page Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.