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

assets includes also .svn directory, which causes problems #19

Open
harriv opened this issue Aug 28, 2014 · 3 comments
Open

assets includes also .svn directory, which causes problems #19

harriv opened this issue Aug 28, 2014 · 3 comments
Assignees

Comments

@harriv
Copy link

harriv commented Aug 28, 2014

I'm trying to store matic output to Subversion.

However "assets" in .maticrc includes all files and directories, including .svn, which causes problems when committing.

@mattyod
Copy link
Owner

mattyod commented Aug 28, 2014

It probably makes more sense to store your set up rather then the output in svn but that said can you show me your .maticrc file? You can specify exactly which folders you want in there as an array.

@harriv
Copy link
Author

harriv commented Aug 28, 2014

Yes, I realize that but storing result to SVN is easier in this case when there are other developers who cannot run matic.

This is the .matcrc:

{
"assets": ["js", "css"],
"index": {
"schemas": true,
"suffix" : "json"
}
}

And actually the problem is with every directory, including schemas.

Could matic just ignore all directories starting with dot? Or add ignore list?

@mattyod
Copy link
Owner

mattyod commented Aug 28, 2014

At the moment Matic just blindly copies folders that are specified. I'll look into making that a bit more glob like.

@mattyod mattyod self-assigned this Aug 28, 2014
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