cloudflarearchive / backgrid

Finally, an easily stylable semantic HTML data grid widget with a Javascript API that doesn't suck.
http://backgridjs.com
MIT License
2.01k stars 325 forks source link

Ignoring api directory in bower file. #540

Closed akash1810 closed 8 years ago

akash1810 commented 9 years ago

The main motivation is the file api/resources/css/app-[*].css references the file ../images/facebook-16.png which doesn't exist; this causes css optimisers to fail.

When installing this project via bower, we're not necessarily interested in the api directory.

akash1810 commented 9 years ago

The preen npm module could be used instead. Adding this to bower.json

"dependencies": { "backgrid": "0.3.5" },
"preen": { "backgrid": [ "lib/*.js" ] }