jjwilliams42 / generator-aspnet-semanticui

Yeoman ASP.NET Generator with Semantic UI Library
1 stars 2 forks source link

Minify Semantic UI validation extension #3

Closed peterblazejewicz closed 8 years ago

peterblazejewicz commented 8 years ago

Follow the pattern from MVC tag helpers, and use full and minimized version of validation helper for Semantic UI: https://github.com/OmniSharp/generator-aspnet/blob/master/templates/projects/web/Views/Shared/_Layout.cshtml#L52 https://github.com/OmniSharp/generator-aspnet/blob/master/templates/projects/web/Views/Shared/_Layout.cshtml#L63 https://github.com/jackjwilliams/generator-aspnet-semanticui/blob/master/templates/projects/web/Views/Shared/_ValidationScriptsPartial.cshtml#L12 In short: minify via Gulp TBD

peterblazejewicz commented 8 years ago

Disregard this. The validation code is already minified by Gulp task (all JS content from src is minified into single file). Sorry for missing this. Closign