How to write a file path that will point to a directory.
From what I have googled, /path means root, ./path means current directory, ../path means parent directory
I am playing with Framer.js + Yeoman.
If you look at the screenshot attached:
myLayers = Framer.Importer.load("../imported/test1")
is not working?
When I put the "imported" folder under the "app" folder it is working.