guybedford / require-css

A RequireJS CSS loader plugin to allow CSS requires and optimization
MIT License
983 stars 364 forks source link

When loading a cdn style sheet fails,How to load a local style sheet #237

Open wangyouworld opened 6 years ago

wangyouworld commented 6 years ago

When loading a cdn style sheet fails, How to load a local style sheet

Like

"jquery": ['https://cdn.bootcss.com/jquery/3.2.1/jquery.min', 'bower_components/jquery/dist/jquery.min'],

Can load js file,

How to do this when stylesheet is loaded?

thank you very much !

From google translate