-
Notifications
You must be signed in to change notification settings - Fork 2
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
Code minification #28
Comments
Yes, uglify is the right way to go. And The main idea is to create a |
Also i think this could be another task were @gianpierobozza could give us some effort, if he likes it 😄 |
Reading all of this about angulajs2 and gulp gave me a lot of perspective https://www.typescriptlang.org/docs/handbook/gulp.html |
Waiting for the removal of flask frontend mdantonio/rapydo#9 Then we will be able to minify everything |
I open this issue as reminder: in production we have to minify the code.
We still have to find a minifier working well with our UI stack (angular1/2/polymer/idunno).
Note: some files contain jinja templates (blueprint.js)
UglifyJS can be a starting point to study the issue
The text was updated successfully, but these errors were encountered: