josebalius / ngReactGrid

A really fast Angular grid using the power of React to render. Based on ng-grid and jQuery DataTables.
http://josebalius.github.io/ngReactGrid/
MIT License
328 stars 47 forks source link

bower.json "main"-property #16

Closed axxeth closed 10 years ago

axxeth commented 10 years ago

Could you include this property for future releases in bower.json?

example bower.json in version 0.6.5
{
  "name": "ngReactGrid",
  "homepage": "https://github.com/josebalius/ngReactGrid",
  "version": "0.6.5",
---- snip ----
  "main": [ //this main prop is missing 
      "build/css/ngReactGrid.css",  //current location of the css in 0.6.5
      "build/js/ngReactGrid.js" //current location of the js in 0.6.5
  ]
}

grunt-bower-install uses this attribute to create the css and js imports to index.html automatically.

sogko commented 10 years ago

+1

sogko commented 10 years ago

I've created a pull-request for this issue

josebalius commented 10 years ago

Merged.