国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Merge requirejs in laravel5
淡淡煙草味
淡淡煙草味 2017-05-16 16:56:36
0
1
664

I found one

  • laravel-elixir-requirejs,

But it didn’t work according to the example, and then I dug out

  • gulp-requirejs

After much tossing, it still failed to compile. = =,

I don’t know if anyone uses requirejs in laravel5, how to merge files.

淡淡煙草味
淡淡煙草味

reply all(1)
伊謝爾倫

In principle, requirejs does not need to be compiled, unless you want to merge and package all AMD files into one (but this one-size-fits-all approach may not speed up the loading of js). If you want to package it, it has nothing to do with laravel. All grunt and gulp packaging optimization tools for requirejs are based on r.js written by the author of requirejs. Check your configuration carefully. Generally, it is not possible to compile normally because of incorrect configuration. , such as baseUrl or using relative paths when referencing AMD modules, etc.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template