Yellowen/Faalis

AMD assets

Closed this issue · 1 comments

We need to make our assets AMD compatible currently size of js assets on production is about 800k which is huge. We have to lower this by using an AMD approach.

While AMD is not an absolute answer to our problem but we can take advantage of it and just load less needed assets files using AMD and continue to follow monolithic assets approach for main and important assets files.

Checkout AMD