OptimalBPM / angular-schema-form-dynamic-select

AngularStrap and AngularUI dynamic select implementation(static/sync/async/http, filters) for Angular Schema Form
MIT License
55 stars 45 forks source link

Rebuild distribution files with last changes from 'src'; Fixes #122 #123

Closed asgeir-s closed 7 years ago

asgeir-s commented 7 years ago

Rebuild distribution files with last changes from 'src' and add npm build script.

One note; the build (gulp default) created a return statement: return angularSchemaFormDynamicSelect; on line 459 of angular-schema-form-dynamic-select.js. This had to be removed in order to get the new distribution working (I did not have the time to investigate this).

This fixes #122.

nicklasb commented 7 years ago

Hi, well, I usually rebuild source files when doing releases to keep the log clean, they are built anyway. Strange that they should not have been this release. Either way, yes, the line there has to be removed when using the non-uglyfied files.