Skip to content

Linked Deps fail to load on ubuntu #4

@zparduhn

Description

@zparduhn

I've been using dep-linker for development on os sierra. Very happy. When I deployed to test on my remote server I get an error "Uncaught SyntaxError: Unexpected token < "

Here's my gulp task
gulp.task('link-dependencies', function () {
return depLinker.linkDependenciesTo('./public/scripts');
});

and I've tried

gulp.task('link-dependencies', function () {
return depLinker.copyDependenciesTo('./public/scripts');
});

I don't know if I'm having a friday end of a long week trouble or if it is incompatible with unix folder structures.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions