Sha256: 8afbf156813c71024b992b08670f85cf3c2454d7fa79ca209a1439429e8632e2

Contents?: true

Size: 1.13 KB

Versions: 29

Compression:

Stored size: 1.13 KB

Contents

(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({"__RAILS_ROOT__/app/assets/javascripts/_stream_0.js":[function(require,module,exports){
(function() {
  var f, hello;

  f = require("./foo");

  hello = function() {
    return alert("Hello browserify " + (f(5)));
  };

}).call(this);

},{"./foo":"__RAILS_ROOT__/app/assets/javascripts/foo.js"}],"__RAILS_ROOT__/app/assets/javascripts/foo.js":[function(require,module,exports){
require('./nested');
module.exports = function (n) { return n * 11 }

},{"./nested":"__RAILS_ROOT__/app/assets/javascripts/nested/index.js"}],"__RAILS_ROOT__/app/assets/javascripts/nested/index.js":[function(require,module,exports){
module.exports.NESTED = true;

},{}]},{},["__RAILS_ROOT__/app/assets/javascripts/_stream_0.js"]);

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
browserify-rails-3.1.0 test/fixtures/mocha.js
browserify-rails-3.0.1 test/fixtures/mocha.js
browserify-rails-3.0.0 test/fixtures/mocha.js
browserify-rails-2.2.1 test/fixtures/mocha.js
browserify-rails-2.2.0 test/fixtures/mocha.js
browserify-rails-2.1.0 test/fixtures/mocha.js
browserify-rails-2.0.3 test/fixtures/mocha.js
browserify-rails-2.0.2 test/fixtures/mocha.js
browserify-rails-1.5.0 test/fixtures/mocha.js
browserify-rails-1.4.0 test/fixtures/mocha.js
browserify-rails-1.3.0 test/fixtures/mocha.js
browserify-rails-1.2.0 test/fixtures/mocha.js
browserify-rails-1.1.0 test/fixtures/mocha.js
browserify-rails-1.0.2 test/fixtures/mocha.js
browserify-rails-1.0.1 test/fixtures/mocha.js
browserify-rails-1.0.0 test/fixtures/mocha.js
browserify-rails-1.0.0b test/fixtures/mocha.js
browserify-rails-0.9.3 test/fixtures/mocha.js
browserify-rails-0.9.1 test/fixtures/mocha.js
browserify-rails-0.9.0 test/fixtures/mocha.js