Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Minification process of script files can be improved #27

Closed
mbenford opened this issue Nov 25, 2013 · 0 comments
Closed

Minification process of script files can be improved #27

mbenford opened this issue Nov 25, 2013 · 0 comments

Comments

@mbenford
Copy link
Owner

Minification of script files can be improved by doing at least two things:

  • Removing empty spaces from template strings;
  • Replacing angular.module('tags-input') with a shared variable.

Both should be done during the build process so the code remains legible.

mbenford added a commit that referenced this issue Dec 7, 2013
Extracted templates from script files and moved them into separate
HTML files so they can be easily edited and minified during build.

References #27.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant