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

Added main attribute for bower.json #23

Closed
wants to merge 1 commit into from

Conversation

andrexbass
Copy link

No description provided.

@brunowego
Copy link

Nice, please merge, it will help me in my work projects.

@brunowego
Copy link

I find a way to remove jquery.treegrid.bootstrap3.js or override the main attribute of bower.json, see bellow:

[...]
wiredep: {
  app: {
    exclude: [
      'bower_components/jquery.treegrid/js/jquery.treegrid.bootstrap3.js'
    ],
    overrides: {
      'jquery-treegrid': {
        main: [
          './css/jquery.treegrid.css',
          './img/collapse.png',
          './img/expand.png',
          './img/file.png',
          './img/folder.png',
          './js/jquery.treegrid.js'
        ]
      }
    }
  }
},
[...]

I believe this helps.

@maxazan
Copy link
Owner

maxazan commented Feb 3, 2015

Added

@maxazan maxazan closed this Feb 3, 2015
@brunowego
Copy link

👍

1 similar comment
@andrexbass
Copy link
Author

👍

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