Absolute url to the css file.
Full config options
Directive full string found in the file
File contents there the yassb directive was found
Full path to the file being processed
Filename of the css file to link to.
Lang being processed
HTML code with the link to the styles file.
Regex to match the comments to invoke the directive
Inits the directive and replaces the directive string with the script src HTML code.
init
Sets the absolute url to the css file comparing the out
folder and the scriptsOutFolder
.
Sets the filename of the css file by calling assetsFileNameMaker
.
Sets the HTML code with the link to the stylesheet.
Creates an instance of insert styles src and calls
super
so YassbBaseDirective assigns the args to the protected properties. Because the name of the js file is known, the only value actually used isfileContents
.