html-webpack-plugin/examples/jade-loader
Thomas Sileghem 9b272cfb2b make test passes for webpack@1 and webapck@2 (#642)
* test(ci): start testing using webpack@2

* test(examples): update examples output files

* chore(travis): remove deprecaded node versions
2017-05-10 13:44:44 +02:00
..
dist make test passes for webpack@1 and webapck@2 (#642) 2017-05-10 13:44:44 +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 make test passes for webpack@1 and webapck@2 (#642) 2017-05-10 13:44:44 +02: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.