We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b14fb1 + 25eb415 commit d2d4e2eCopy full SHA for d2d4e2e
1 file changed
src/Decorator.php
@@ -8,7 +8,7 @@ class Decorator implements ViewDecoratorInterface
8
{
9
public static function decorate(string $html): string
10
11
- # Get tags.
+ # Get generated js and css tags.
12
$tags = CodeigniterVite::tags();
13
14
# Insert tags just before "</head>" tag.
0 commit comments