techx / quill

📝 Registration, for hackathons!
https://medium.com/hackmit-stories/quill-an-open-source-hackathon-registration-system-91f3a06d22a2
GNU Affero General Public License v3.0
443 stars 341 forks source link

App.js not able to minify #113

Open YasserDRIF opened 5 years ago

YasserDRIF commented 5 years ago

Hello there,

I'm trying to minify the app.js file (actual size now 2.4mb) I tried using many minifiers, they work (result = 500kb) but when i open it in browser i get This issue according to the answers and the documentation it looks like you are following the Inline Array Annotation and even added ng-anotate in case missing something But i'm still getting the problem

@jackcook i noticed that lately you updated the Gulpfile and removed the part that used to minify the whole thing for production Can you please explain why and is it possible to compress the build file even more ?