ekokotov / object-table

Angular directive to easy create dynamic tables from source or URL with sorting, filtering and pagination. Smart templates and good perfomance
BSD 3-Clause "New" or "Revised" License
171 stars 52 forks source link

automated build depending on bower does not include files #2

Closed langerc closed 9 years ago

langerc commented 9 years ago

the selected main index.js does not exist

changing it to "main": ["build/object-table_v0.1.3.js", "build/object-table-style.css" ],

incudes the correct files in a gulp build (or any build depending on bowers gulp module)

ekokotov commented 9 years ago

Changed. Check it please. Should I include for convenience "build" directory to repository?

langerc commented 9 years ago

I dont think its possible to include a directory there - i checked about 30 bower dependencies im using - all of them include the files with the filenames, many of them (about 50%) dont use the version in the filename inside the dist directory. Since modules will be minified/concatenated there should not be a problem with caching or something like that.

ekokotov commented 9 years ago

I agree. It's a good idea. I'll remove version from file name and will add as a comment in compressed file.