pattern-lab / patternlab-php-core

This repository provides the core functionality for Pattern Lab. It is meant to be used from within an Edition with a PatternEngine and StarterKit.
http://patternlab.io/
MIT License
43 stars 62 forks source link

Find and replace on $file->getPathname() in component list #71

Open dmolsen opened 8 years ago

dmolsen commented 8 years ago

Double-check the parse component list so that paths are built properly. This means replacing DIRECTORY_SEPARATOR in $file->getPathname(). Needs to be part of #67 implementation.

See pattern-lab/patternlab-php#368

dmolsen commented 8 years ago

Need to test install this but hopefully fixed in dev.