bundle-up icon indicating copy to clipboard operation
bundle-up copied to clipboard

.svn in path of staticRoot

Open djmurf opened this issue 12 years ago • 0 comments

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!

djmurf avatar Jul 09 '13 20:07 djmurf