Skip to content
jade loader module for webpack
JavaScript
Find file
Latest commit afee6b0 @sokra sokra 0.8.0
Failed to load latest commit information.
test fixed warning message
web_modules multiple changes
.gitignore Initial commit
README.md Document embedded resource
index.js Doctype option added
package.json 0.8.0
stringify.loader.js Automatically detect includes

README.md

jade loader for webpack

Usage

var template = require("jade!./file.jade");
// => returns file.jade content as template function

Documentation: Using loaders

Embedded resources

Try to use require for all your embedded resources, to process them with webpack.

div
  img(src=require("./my/image.png"))

You need to configure loaders for these filetypes too. (Take a look at the file-loader.)

License

MIT (http://www.opensource.org/licenses/mit-license.php)

Something went wrong with that request. Please try again.