Merge pull request #30 from cheapsteak/inject-resources

Inject resources from build directory. obviates rev-manifest.
This commit is contained in:
Riku Rouvila
2015-09-30 20:19:46 +03:00
3 changed files with 20 additions and 37 deletions

View File

@@ -2,7 +2,9 @@ doctype html
html
head
title Gulp template
link(rel='stylesheet', href='css/style.css')
// inject:css
// endinject
body
h1 Hello world!
script(src='js/bundle.js')
// inject:js
// endinject