Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minify js files #174

Open
gskorupa opened this issue Jan 31, 2018 · 1 comment
Open

minify js files #174

gskorupa opened this issue Jan 31, 2018 · 1 comment

Comments

@gskorupa
Copy link
Owner

gskorupa commented Jan 31, 2018

data-api.min.js can be used as alternative to data-api.js
YUI Compressor will be used from build.xml to minify the file
https://github.com/yui/yuicompressor

@gskorupa gskorupa added this to the 2.0 milestone Jan 31, 2018
@gskorupa gskorupa self-assigned this Jan 31, 2018
@gskorupa gskorupa added this to To Do in Microsite via automation Jan 31, 2018
@gskorupa gskorupa removed this from the 2.0 milestone Apr 30, 2018
@gskorupa
Copy link
Owner Author

Simple procedure:

read input line by line:

  • trim
  • remove empty lines
  • remove // comments
  • remove /* */ comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Microsite
  
To Do
Development

No branches or pull requests

1 participant