kendo-labs / kendo-bootstrapper

GNU General Public License v3.0
49 stars 20 forks source link

Kendo UI Custom Build should be piped into a new file (kendo.custom.min.js) #16

Closed bsatrom closed 11 years ago

bsatrom commented 11 years ago

Similar to what we do with our custom build tool today, I think the Build option should generate a new kendo file, and not write to the existing .web or .complete file. What do you think?

mishoo commented 11 years ago

Actually it was like this. I re-enabled it.

I couldn't decide whether to automatically update the dependencies to include the custom build instead of the full file. Should we do this, or let the user update deps himself?

bsatrom commented 11 years ago

hmm, good point. If we auto-update the deps and the user decides to use another feature, that would throw an error. Maybe we should put an option in the dialog to update the project dependencies?