maxazan / jquery-treegrid

TreeGrid plugin for jQuery
http://maxazan.github.io/jquery-treegrid
MIT License
553 stars 222 forks source link

Added main attribute for bower.json #23

Closed andrexbass closed 9 years ago

brunowego commented 10 years ago

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

brunowego commented 10 years ago

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 commented 9 years ago

Added

brunowego commented 9 years ago

:+1:

andrexbass commented 9 years ago

:+1: