95339dad23
Please Note! This fix depends upon support in the 'middleman-sprockets' gem, where the following code must be present: # lib/middleman-sprockets/extension.rb <snip…> append_path app.css_dir # add custom assets paths to the scope app.js_assets_paths.each do |p| append_path p end The purpose of this addition is to support including JS files from external (global) repositories. Example usage: # in config.rb set :js_assets_path, [ "#{root}/assets/js/", "~/.js-repo/"] Using symlinks or copying files to the Middleman project can get messy quickly. This fix reduces some of those issues. |
||
---|---|---|
.. | ||
bin | ||
features | ||
fixtures | ||
lib | ||
.gemtest | ||
middleman-core.gemspec | ||
Rakefile |