Hi people,
I am a newbie in Middleman. I have a created project in middleman, and am trying to use a different path for the javascripts Assets dir then the default path.
In order for this to work, I added the following to my config.rb:
config[:js_dir] = “ofir/files/javascripts”
and then I put my files in the following location : “#ROOT/source/ofir/files/javascripts”
and then I removed my “#ROOT/source/assets” folder.
Running middleman failed miserably.
What other changes Am I required in order for it to work?
Thanks,
Ofir