Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.DS_Store are still compiled #34

Closed
bramsmulders opened this issue Apr 18, 2014 · 4 comments
Closed

.DS_Store are still compiled #34

bramsmulders opened this issue Apr 18, 2014 · 4 comments

Comments

@bramsmulders
Copy link
Contributor

Hi, I have my config/config.json configured like this:

 {
    "patterns" : {
        "source" : "/../../source/_patterns/",
        "public" : "/../../public/patterns/"
    },
    "ignored-extensions" : ["scss", "DS_Store", "less"],
    "ignored-directories" : ["scss"],
    "contentSyncPort" : 8002,
    "navSyncPort" : 8003
 }

but the .DS_Store files are still being picked up by the compiler. Am I doing something wrong?

@bmuenzenmeyer
Copy link
Member

Hi @bramsmulders - I think that may be cruft from the php version - I don't think I even use that key-value pair, among others. Thanks for the callout - I will clean this up soon!

@bmuenzenmeyer bmuenzenmeyer mentioned this issue May 6, 2014
8 tasks
@bmuenzenmeyer bmuenzenmeyer added this to the patternlab-node 1.2 milestone May 6, 2014
@bmuenzenmeyer
Copy link
Member

@bramsmulders Can you provide more info on this - this is a Mac issue correct? I can rustle one up, but in the meantime do you have any suggestions?

@bmuenzenmeyer bmuenzenmeyer removed this from the patternlab-node 1.2 milestone Jul 12, 2014
@bramsmulders
Copy link
Contributor Author

@bmuenzenmeyer this is a mac issue indeed. I think we must ignore all dotfiles within the patterns folder by default. Is this even possible?

@bmuenzenmeyer
Copy link
Member

@bramsmulders Would love if you could give this a spin and let me know if resolved.

tommcc pushed a commit to tommcc/patternlab-node that referenced this issue Oct 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants