Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

location of .css files for populating MQ tool needs to be configurable #197

Closed
benedfit opened this issue May 15, 2014 · 3 comments
Closed
Assignees
Labels

Comments

@benedfit
Copy link

MQs tool currently relies on .css files being under /css, I think we need to give the masses the ability to change this via a config variable.

@dmolsen - Out of interest goes glob() search sub directories? If not would we want to support searching sub directories, or multiple locations for css files?

@dmolsen dmolsen self-assigned this May 15, 2014
@dmolsen dmolsen added the fix label May 15, 2014
@dmolsen
Copy link
Member

dmolsen commented May 15, 2014

@benedfit -

This is on my (long) to-do list. The fix will be searching all of source/ as opposed to a config option. I'm also going to move away from glob() and use the iterators I'm using elsewhere. Not that I've written unit tests yet but glob() doesn't work with them in PHP as you can't mock out a virtual filesystem with it.

@benedfit
Copy link
Author

@dmolsen - Cool, I'll wrap this change into my next release too

@dmolsen
Copy link
Member

dmolsen commented Jun 3, 2014

@benedfit -

Fixed in my local version. Will be in dev tonight.

@dmolsen dmolsen closed this as completed Jun 3, 2014
@dmolsen dmolsen mentioned this issue Jun 21, 2014
62 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants