3

Does importing a module get the deployed version in KRL? Suppose I want to use the development version, can I get that instead?

Randall Bohn
  • 2,597
  • 2
  • 16
  • 20

1 Answers1

2

You will currently get the same version as the app you are running. We will be making a few small changes to this behavior to make it more clear and provide more options.

TelegramSam
  • 2,770
  • 1
  • 17
  • 22
  • Meaning the deployed version? – Steve Nay Mar 26 '11 at 04:18
  • I think it means that a dev app will get the dev module and a deployed app will get the deployed module. More, clear options will be good. Perhaps for now when you release a module (for public consumption) you should make a copy and use that for continuing development. – Randall Bohn Mar 26 '11 at 12:26