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
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
..
data split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
source Keeps full file path for chained templates (#2117) 2017-10-12 16:39:16 -07:00
config.rb split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00