-
Notifications
You must be signed in to change notification settings - Fork 2
Force using offline files
Junaid Atari edited this page Apr 9, 2016
·
2 revisions
/*
> TRUE will include all of the offline config-files/components/sections/files
and @cdn tags will be skipped.
> FALSE will skip all of the offline config-files/components/sections/files
and will use @cdn.
*/
define('YII2CDN_OFFLINE', true);
Yii::$app->cdn->get('font-awesome')->register();
Copyright (c) 2016 Junaid Atari and it's contributes.