You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have target HTMLs - index.html, portfolio.html, about.html, in these files i inject .css and .js files.
It is possible to inject, for example, plugin1.js only in index.html and portfolio.html, but not in about.html? I mean, may i create a marker (filepath?) in inject block inside of any html file that doesn't need to inject plugin1.js? But i don't need to specify certain html paths in gulp task, i would like to know how to make a universal marker for html, thanks!
The text was updated successfully, but these errors were encountered:
neins
changed the title
Ignore injection option in target
Ignore injection option in target file
Jul 22, 2019
I have target HTMLs -
index.html
,portfolio.html
,about.html
, in these files i inject .css and .js files.It is possible to inject, for example,
plugin1.js
only inindex.html
andportfolio.html
, but not inabout.html
? I mean, may i create a marker (filepath?) in inject block inside of any html file that doesn't need to injectplugin1.js
? But i don't need to specify certain html paths in gulp task, i would like to know how to make a universal marker for html, thanks!The text was updated successfully, but these errors were encountered: