We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@ButuzGOL first of all where are you getting the variable paths?
paths
Second, I'm a little confused by your post. Was you saying that it's not copying everything to the targetDir?
Sorry, something went wrong.
No branches or pull requests
Switched to 0.4.0 and after grunt call start doing copy all bower_components folder to targetDir
Grunt.js
bower.json
In ~0.3.4 works fine
The text was updated successfully, but these errors were encountered: