eurosat7
eurosat7
That was a quick reply. ;) Here some more indepth: We use svn. So far we were happy using composer and a satis with private repositories for your php needs....
I owe you a pizza. :) Side note: Here is a way we could "solve" the problem but that feels totally off: ``` js var globmain = [ "**js/**.js", "**css/**.css",...
Here was what I am up to [link deleted]. side note: I am also trying to follow composer require definitions as we run a mixed setup.
I am not allowed to code for PR at work. But please(!) : Feel free to rewrite and/or comment/document. And the less dependencies you have the better. ;-) And the...
Feel free to contact me via mail.
I might try wiredep or webpack in the next project. I looked at them some weeks ago and like their approaches. But for now legacy stuff is hindering me and...
NICE :) Automatic switching between "main" and "files"? Should be optional. I would have done it a little more generic: `.setFilelistProperties(["main","files"])` So one could add custom properties for his own...
Your comment on the second one is incomplete. But that aside: I'm happy with that. :) About the "ignore" - Properties: Are they applied as a filter by default or...
1. question: Yes: `ignore` is "stronger". (Doing it in another way would make using ignore unpredictable). 2. question They should be forced to glob. So I'd say no to matching...
The default for ignoreListProps() being [] is ok, as long as "files" is not in the default for fileListProps(). So I think it's ok. I'll stay subscribed if you want...