Does Adding a Directory to Defer Include Scripts in Subdirectories?
-
Say I have a directory structure like:
assets
|_ js
__|_ scripts.js
__|_ other.js
__|_ builder
_____|_ content.js
_____|_ editor.jsIf I add this under Scripts to Defer:
assets/js
Would that also apply defer to the files in the subfolder? Or would I have to specifically add:
assets/js/builder
To also get defer on the scripts in the builder directory?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Does Adding a Directory to Defer Include Scripts in Subdirectories?’ is closed to new replies.