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

Do copy all bower_components folder #158

Open
ButuzGOL opened this issue Apr 20, 2015 · 1 comment
Open

Do copy all bower_components folder #158

ButuzGOL opened this issue Apr 20, 2015 · 1 comment
Labels

Comments

@ButuzGOL
Copy link

Switched to 0.4.0 and after grunt call start doing copy all bower_components folder to targetDir
Grunt.js

   bower: {
      install: {
        options: {
          targetDir: '<%= paths.src %>/components',
          install: true
        }
      }
    },

bower.json

  "exportsOverride": {
    "bootstrap": {
      "fonts": "dist/fonts/*"
    },
    "select2": {
      "images": [
        "select2.png",
        "select2-spinner.gif",
        "select2x2.png"
      ]
    },
    "font-awesome": {
      "fonts": "fonts/*"
    },
    "x-editable": {
      "images": "dist/bootstrap3-editable/img/*"
    }
  }

In ~0.3.4 works fine

@codewithtyler
Copy link
Collaborator

@ButuzGOL first of all where are you getting the variable paths?

Second, I'm a little confused by your post. Was you saying that it's not copying everything to the targetDir?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants