Jesse, I am unable to it that way,am I missing on something ?
Please let me know Thanks, Puneet On Wed, Jun 11, 2014 at 1:43 PM, Puneet Kaur <[email protected]> wrote: > can someone from firefox please give an overview of how they added the cli > to their platform ? > > > On Wed, Jun 11, 2014 at 12:31 PM, Puneet Kaur <[email protected]> > wrote: > >> Thanks,I did that .. but *after making changes in the js files* in the >> cordova-lib directory , the one I have cloned,* I cant see them appear >> on the terminal,* >> >> >> for example - I changed the line for error if no platform is added to >> *'CHANGED >> - No platform specified. Please specify a platform to add. See >> `'+cordova_util.binname+' platform list`.' [line 60 platform.js]* >> >> >> but I cant see the above line when I dont give a platform's name, still >> the same line is reflected on terminal - *No platform specified. Please >> specify a platform to add. See "platform list".* >> >> >> On Wed, Jun 11, 2014 at 11:10 AM, Jesse <[email protected]> wrote: >> >>> This is well covered in the readme here: >>> https://github.com/apache/cordova-lib/tree/master/cordova-lib >>> >>> >>> - Clone this repository onto your local machine. git clone >>> https://git-wip-us.apache.org/repos/asf/cordova-lib.git >>> - In terminal, navigate to the inner cordova-lib directory. cd >>> cordova-lib/cordova-lib >>> - Install dependencies and npm-link npm install && npm link >>> - Navigate to CLI and Plugman directories and link cordova-lib cd >>> ../../cordova-cli && npm link cordova-lib && npm installcd >>> ../../cordova-plugman && npm link cordova-lib && npm install >>> >>> >>> @purplecabbage >>> risingj.com >>> >>> >>> On Tue, Jun 10, 2014 at 9:30 PM, Puneet Kaur <[email protected]> >>> wrote: >>> >>> > when developing on cordova-cli .. do you install it again and again >>> when >>> > you make changes to the code or there's some better method of testing >>> our >>> > code for cordova-cli ?? >>> > >>> > >>> > On Wed, Jun 11, 2014 at 9:00 AM, Puneet Kaur <[email protected]> >>> > wrote: >>> > >>> > > Hey, >>> > > >>> > > I wish to develop on cordova-cli.We wish to work on making commands >>> > > "cordova platform add sugar" and "cordova build sugar" work. >>> > > >>> > > So for that I have git cloned the repo from >>> > > https://github.com/apache/cordova-cli and >>> > > https://github.com/apache/cordova-lib >>> > > >>> > > and followed steps mentioned here : >>> > > https://github.com/apache/cordova-lib#setup >>> > > >>> > > >>> > > *but how what do I need to do so that whatever changes I make in my >>> local >>> > > copy(in the directory where I have git cloned the repository) are >>> > reflected >>> > > when I issue these commands in my terminal ?* >>> > > >>> > >>> >> >> >
