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

copy.coffee still referencing vendor directory #258

Closed
phipps73 opened this issue Jul 29, 2014 · 1 comment
Closed

copy.coffee still referencing vendor directory #258

phipps73 opened this issue Jul 29, 2014 · 1 comment

Comments

@phipps73
Copy link

The copy task still seems to be looking for a vendor directory to copy even though bbb seems to have moved over to using 'bower_components' as defined in the master of .bowerrc.

Should this task be set to this instead:

module.exports = ->
  @loadNpmTasks "grunt-contrib-copy"

  # Move bower_components and app logic during a build.
  @config "copy",
    release:
      files: [
        src: "bower_components/**", dest: "dist/"
      ]

Cheers,

Dave

@tbranyen
Copy link
Owner

tbranyen commented Aug 1, 2014

Absolutely, great catch. Want to make a PR to fix this?

tbranyen added a commit that referenced this issue Aug 1, 2014
Change vendor to bower_components. Fixes #258
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

2 participants