question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make output directory configurable

See original GitHub issue

Trying out bankai and loving it so far! I make sorta heavy use of github pages, so it’d be convenient if I could output to docs/ instead of dist without having to mv the result into place. I definitely respect the lack of command line configuration, but I’m curious whether there might be a place for this or if there’s a good alternative. (P.S. No is a perfectly good answer 😄)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
yoshuawuytscommented, Nov 21, 2017

Oh, perhaps we could do:

$ bankai build index.js docs/

No extra flags, but pretty straight forward C:

1reaction
yoshuawuytscommented, Nov 22, 2017

@rreusser oh, actually! — we might be doing an optimization step for assets later on (e.g. don’t copy if they already exist), so having an explicit out directory might be useful for that. PR welcome!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Change the build output directory - Visual Studio (Windows)
To change the build output directory using the legacy .NET Project Designer or C++ property pages · For C#, select the Build tab....
Read more >
How do I build into a specified directory using the "prefix ...
You have to create a build-directory and run configure script from it. Your case: mkdir /home/james/Downloads/glibc-build/ cd ...
Read more >
visualstudio-docs/how-to-change-the-build-output-directory ...
To change the build output directory using the current .NET Project Designer · Right-click on the project node in Solution Explorer and select...
Read more >
Configure and make - Keeping Track - GNU.org
3.1 Configuring and compiling the software. First, unpack your distribution. We provide source code in a tar file which was compressed using gzip...
Read more >
How to set output directory for all compiled and linked files in ...
There is not a single place where you can specify a default location for all generated executables from all the build configurations to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found