Is there a way with Grunt to automatically link css files to HTML -


i wondering if there way automatically link css files html. example give files (dependencies) path , automatically stylesheet link specific html file.

thank you

if css in bower package, can use grunt-wiredep: include

<!-- bower:css --> <!-- endbower --> 

in html, , wiredep replace links css bower packages.

if css own, far know there nothing of sort.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -