Does importing a module get the deployed version in KRL? Suppose I want to use the development version, can I get that instead?
Asked
Active
Viewed 53 times
1 Answers
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