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

Resolving issue #115 #124

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from
Open

Resolving issue #115 #124

wants to merge 1 commit into from

Conversation

julienfroidefond
Copy link

It just makes it works for regExp /*

It just makes it works for regExp /*
@yatskevich
Copy link
Owner

@julienfroidefond Could you please provide a test case for this feature?

@julienfroidefond
Copy link
Author

my bower.json :

{
  "name": "MY Bower",
  "version": "0.0.1",
  "dependencies": {
    "jquery": "1.10.2",
    "bootstrap": "*",
    "backbone": "*",
    "underscore": "*"
  },
  "exportsOverride": {
    "jquery": {
      "../js/vendor": "**/jquery.min.js"
    },
    "backbone": {
      "../js/vendor": "**/backbone.js"
    },
    "underscore": {
      "../js/vendor": "**/*.js"
    },
    "bootstrap": {
      "../js/vendor": "dist/js/bootstrap.min.js",
      "../styles/vendor": "less/*",
      "../fonts/vendor": "dist/fonts/*.*"
    }
  }
}

The code "../styles/vendor": "less/" makes copying all .less and the sub repertory 'mixins' of the last bootstrap () with this commit.

@Kienz
Copy link

Kienz commented Aug 8, 2014

+1

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

Successfully merging this pull request may close these issues.

None yet

3 participants