UNPKG

mason

Version:

simple, fun, static-file builder for jade, stylus, and javascript

1 lines 410 B
<!DOCTYPE html><html><head><link rel="stylesheet" href="a.css" /></head><body><h1>Test.jade</h1><p>This should be compiled into a static .html file</p><p>This should be rendered as separate debuggable scripts:</p><script src="vendor/a1.js"></script><script src="vendor/a2.js"></script><p>This should be uglified:</p><script src="b/index.js"></script><p>This is a nested partial with new text.</p></body></html>