html-webpack-plugin/examples/jade-loader
Patrick Burtchaell b718dc1c2c Add type attribute to script element
* Update index.js to add type attribute
* Update tests
* Build examples to update HTML
* Update CHANGELOG
2016-05-13 13:18:58 +02:00
..
dist Add type attribute to script element 2016-05-13 13:18:58 +02:00
example.js Use semistandard code style 2016-01-20 16:50:16 +01:00
favicon.ico Add jade-loader example 2015-09-09 11:38:24 +02:00
logo.png Add jade-loader example 2015-09-09 11:38:24 +02:00
main.css Add jade-loader example 2015-09-09 11:38:24 +02:00
readme.md Update examples 2016-01-08 10:13:40 +01:00
template.jade Add example results and add them to the test suite 2016-01-18 14:48:39 +01:00
time.jade Use semistandard code style 2016-01-20 16:50:16 +01:00
webpack.config.js Move web pack 1 example results into a subfolder 2016-03-23 11:06:11 +01:00

readme.md

isomorphic jade example

This example shows how to use a different template engine (in this case jade) to load the time.jade template on the backend and frontend.