class JsDirectoryCompiler implements CompilerInterface
Used to copy JS files from a package directory to the assets' directory.
Without concatenating them. Primarily used for lazy loading JS modules.
Traits
Properties
| protected callable[] | $sourcesCallbacks | from HasSources |
|
|
| protected | $versioner |
|
Methods
compilerFor(DirectorySource $source, FilesystemAdapter $filesystem, string $relativeFilePath)
No description