mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-14 05:52:37 +00:00
Merge pull request #30 from cheapsteak/inject-resources
Inject resources from build directory. obviates rev-manifest.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user