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

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -