jfmdev / ngComboDatePicker

Angular directive to select dates using combo boxes
Mozilla Public License 2.0
23 stars 20 forks source link

Integrate minification info project #31

Closed jrencz closed 7 years ago

jrencz commented 7 years ago

As mentioned in a comment on #29 the minefield version of the component code should be manually added along with the PR. It should be prepared by a manual usage of of an online tool https://jscompress.com/ which uses uglifyJS under the hood.

I suggest there should be an integrated solution using the same uglifyJS, presumably run with npm script, which will minification the code in a manner controlled from within the project.

jfmdev commented 7 years ago

The minified file can now be generated with the command: npm run-script minify

Thanks for the suggestion