Closed tlubke closed 4 years ago
A mild inconvenience when working on a lib used in a script, norns has to be reset in order for file changes to be recognized in a case where it is being used with require 'path'.
require 'path'
use include instead: https://monome.org/docs/norns/faq/#what-is-the-difference-between-require-and-include
include
The scripting reference section on libraries directs people to use include as well: https://monome.org/docs/norns/script-reference/#libraries
A mild inconvenience when working on a lib used in a script, norns has to be reset in order for file changes to be recognized in a case where it is being used with
require 'path'
.