gdepourtales / ng-cells

AngularJS Table directive that draws a table of data with different features
http://gdepourtales.github.io/ng-cells/
Other
77 stars 17 forks source link

Features/bower dist optimisations #15

Closed kayhadrin closed 10 years ago

kayhadrin commented 10 years ago

Hi Guy,

Here are just some tweaks to keep a single set of js/css files in the bower distribution.

So when someone does bower install ng-cells, he/she will get the following files:

project/bower_components/ng-cells:
|   .bower.json
|   bower.json
|   LICENSE
|
\---dist
    \---latest
            ng-cells.css
            ng-cells.js
            ng-cells.min.js

I also added a few folders to the .gitignore list.

gdepourtales commented 10 years ago

Great. thanks a lot !!!!

kayhadrin commented 10 years ago

Thanks Guy.

Btw, are all the previous files as below meant to be kept or should they be removed too now?

dist/0.1.1/ng-cells-0.1.1.css
dist/0.1.1/ng-cells-0.1.1.js
dist/0.1.1/ng-cells-0.1.1.min.js
dist/0.2.0/ng-cells-0.2.0.css
dist/0.2.0/ng-cells-0.2.0.js
dist/0.2.0/ng-cells-0.2.0.min.js
dist/0.3.1/ng-cells-0.3.1.css
dist/0.3.1/ng-cells-0.3.1.js
dist/0.3.1/ng-cells-0.3.1.min.js
dist/0.3.2/ng-cells-0.3.2.css
dist/0.3.2/ng-cells-0.3.2.js
dist/0.3.2/ng-cells-0.3.2.min.js
dist/0.3.3/ng-cells-0.3.3.css
dist/0.3.3/ng-cells-0.3.3.js
dist/0.3.3/ng-cells-0.3.3.min.js
dist/0.3.4/ng-cells-0.3.4.css
dist/0.3.4/ng-cells-0.3.4.js
dist/0.3.4/ng-cells-0.3.4.min.js
dist/0.3.5/ng-cells-0.3.5.css
dist/0.3.5/ng-cells-0.3.5.js
dist/0.3.5/ng-cells-0.3.5.min.js
dist/0.3.6/ng-cells-0.3.6.css
dist/0.3.6/ng-cells-0.3.6.js
dist/0.3.6/ng-cells-0.3.6.min.js
dist/0.3.7/ng-cells.css
dist/0.3.7/ng-cells.js
dist/0.3.7/ng-cells.min.js