angularify / angular-semantic-ui

[WiP] AngularJS native directives for Semantic UI
http://angularify.github.io/angular-semantic-ui
MIT License
383 stars 89 forks source link

Only use minified version for production #40

Closed RomainLanz closed 9 years ago

RomainLanz commented 9 years ago

Hi,

When we use a script to inject our dependencie on our index.html file it will look at the main option. We need to only have on file on this option.

jspdown commented 9 years ago

Thanks, it's definitely better like that :+1:

RomainLanz commented 9 years ago

@jspdown Maybe better to invert file and only take the not minified version.

  1. It's better for debuging
  2. All other library do the same
  3. By default everyone compile theirs assets before pushing to production