Skip to content

Commit

Permalink
Add IMG store type
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb committed Nov 9, 2023
1 parent 053b8ec commit b6d840b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ResourceStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class ResourceStore

const TYPE_CSS = 'css';
const TYPE_JS = 'js';
const TYPE_IMG = 'img';

/** @deprecated - Please use priorities */
const TYPE_PRE_CSS = 'pre.css';
/** @deprecated - Please use priorities */
Expand Down

0 comments on commit b6d840b

Please sign in to comment.