Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

.svn in path of staticRoot #35

Open
djmurf opened this issue Jul 9, 2013 · 0 comments
Open

.svn in path of staticRoot #35

djmurf opened this issue Jul 9, 2013 · 0 comments

Comments

@djmurf
Copy link

djmurf commented Jul 9, 2013

Ran into a strange problem where I've committed a project using bundle-up, and the static root ( after the commit ) contained files from the .svn metadata. It was locking up the browser when loading the dependencies.

Simple fix that works:

in bundle.coffee, line 34, exclude any files ending in 'svn-base'
return fileExt != 'js' and fileExt != 'css' and fileExt != 'svn-base'

maybe a config parameter of and array of exclude patterns would be better to deal with any other metadata possibly located in the static root.

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant