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

watch: true does not work with paths containing spaces #369

Open
bramus opened this issue Dec 11, 2015 · 0 comments
Open

watch: true does not work with paths containing spaces #369

bramus opened this issue Dec 11, 2015 · 0 comments

Comments

@bramus
Copy link

bramus commented Dec 11, 2015

module.exports =
    dev:
        src: ['src/scripts/index.coffee']
        dest: 'build/scripts/admin.js'
        options:
            watch: true
            keepAlive: true
            transform: [
                [{}, 'coffeeify'],
                [config.envify.dev, 'envify']
            ]
            browserifyOptions:
                extensions: ['.coffee']
                debug: true

The snippet above does not work with a folder that contains a space in the pathname. It does work fine when moving the folder to a location containing no spaces in the pathname.

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

1 participant