Re: Dub. Mercurial (bitbucket.org). Projects deployment

2014-06-13 Thread Uranuz via Digitalmars-d-learn
Thanks for all the answers) 8. I have another more simple question about rdmd utility. It takes one *.d file and searches for all dependencies. What if I need to pass independent *.d file or *.ddoc file directly to dmd compiler? How could I do that using dmd? I have no idea how I could includ

Re: Dub. Mercurial (bitbucket.org). Projects deployment

2014-06-10 Thread Uranuz via Digitalmars-d-learn
Also I have additional question to this post. 6. If I would convert my repo to git, but use anather hosting that github.org for example my own local server or bitbucket.org. How could I specify source for loading dependencies? This is unclear from dub documentation. Is it a tool for working wit

Dub. Mercurial (bitbucket.org). Projects deployment

2014-06-10 Thread Uranuz via Digitalmars-d-learn
I have web-application project in D language hosted on bitbucket.org. So I using Mercurial repository. I exactly have two *logical* projects but currently they are in one repo. The first is my library that includes not only D code, but also some resources like HTML-page templates (not compiled