luyadev / luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
https://luya.io
MIT License
811 stars 205 forks source link

Admin asset resources minify to single file #724

Closed nadar closed 7 years ago

nadar commented 8 years ago

https://github.com/matthiasmullie/minify instead of using those java yui compressors

nadar commented 8 years ago

@TheMaaarc Would it be possible to add the javascript files into the gulp workflow, so we can reduce the "mutli request loadtime" to just a few js files?

As we have decided to NOT using bower as it would slow down the composer update (and other reasons). So now we can maintain the js by our self and add them to js workflow in order to minify them into one single file.

nadar commented 7 years ago

@TheMaaarc Except of the angular locale files: https://github.com/luyadev/luya/tree/master/modules/admin/src/resources/bowervendor/angular-i18n

nadar commented 7 years ago

@TheMaaarc Please add a changelog entry, update the guide https://github.com/luyadev/luya/blob/master/docs/guide/luya-guideline.md#admin-module-css-informations and close the issue. Thanks