We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053b8ec commit b6d840bCopy full SHA for b6d840b
src/ResourceStore.php
@@ -15,6 +15,8 @@ class ResourceStore
15
16
const TYPE_CSS = 'css';
17
const TYPE_JS = 'js';
18
+ const TYPE_IMG = 'img';
19
+
20
/** @deprecated - Please use priorities */
21
const TYPE_PRE_CSS = 'pre.css';
22
0 commit comments