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

.svn in path of staticRoot #35

@djmurf

Description

@djmurf

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions