Sha256: 380d03d4390abcb5493d524ed82cb4b93bc36b9e031426946b1a183c28afa04c

Contents?: true

Size: 596 Bytes

Versions: 4

Compression:

Stored size: 596 Bytes

Contents

(function() { this.JST || (this.JST = {}); this.JST["templates/jade"] = (function(jade) { function template(locals) {
  var buf = [];
  var jade_mixins = {};
  var jade_interp;

  buf.push("<div>Hello, Jade!</div>");;return buf.join("");
  }; return template; }).call(this, jade);;
}).call(this);
(function() { this.JST || (this.JST = {}); this.JST["templates/pug"] = (function() { function template(locals) {var pug_html = "", pug_mixins = {}, pug_interp;pug_html = pug_html + "\u003Cdiv\u003EHello, Pug!\u003C\u002Fdiv\u003E";;return pug_html;}; return template; }).call(this);;
}).call(this);

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pug-rails-3.0.0 test/fixtures/javascripts/application-1.js.expected
pug-rails-3.0.0.rc3 test/fixtures/javascripts/application-1.js.expected
pug-rails-3.0.0.rc2 test/fixtures/javascripts/application-1.js.expected
pug-rails-3.0.0.rc1 test/fixtures/javascripts/application-1.js.expected