1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/middleman-core/fixtures/chained-app/source
Gregor Schmidt 79c39b5d88 Keeps full file path for chained templates (#2117)
When handling chained templates, middleman used to remove the path and kept only the file's basename. Template engines which support imports (e.g. less or sass), use the file's path to find files to include. Since the path was removed, imports were not working for chained templates.

This commit changes middleman to keep the full path to the template file and adds a test case, which illustrates the desired behavior.
2017-10-12 16:39:16 -07:00
..
stylesheets Keeps full file path for chained templates (#2117) 2017-10-12 16:39:16 -07:00
index.html.str.erb Replace all occurrences of data.page with current_page.data 2013-05-29 11:25:57 +02:00
test.erb.combobreaker.str.erb Forward port some stable changes 2015-09-17 09:41:17 -07:00