require-jade icon indicating copy to clipboard operation
require-jade copied to clipboard

Add jade to requireJS

Results 18 require-jade issues
Sort by recently updated
recently updated
newest added

When not needing variables handling having the temlpate inline allows to integrate with other template engines but still using jade. I propose to add to requirejs in config object a...

r.js is often used with nashorn but jade plugin doesn't support it yet. This mainly affect fetchText and can be solved adding this detection and impl: ``` if (typeof Packages...

I made a new plugin that follows upstream Jade and has include, extend support https://github.com/encharm/require-jade-ng Please comment on encharm/require-jade-ng#1

Fix for https://github.com/rocketlabsdev/require-jade/issues/14

I have tested both client-side and run-time setups. It seems to work fine for simple testcases. I have not done any excludeJade testing, seems I am unsure whether it works...

Added proper handling of pragmas.excludeJadeOnSave, thus enabling removal of runtime dependency to jade libraries. Checked against latest requirejs - works like charm :)

Getting `Uncaught Error: failed to require "fs"` when I try to include a jade template: ``` javascript require.config({ baseUrl: '/', paths: { 'jade': 'require-jade/jade' } }); require(['jade!contact'], function(contact) { });...

I'm getting a TyperError after I compile with r.js. Here's where the error is being thrown: ``` with (locals || {}) buf.push(""), "undefined" != typeof columns && null !== columns...

How can I set option compileDebug: true for example ?