Sha256: 197e3cba6677075af55bfa14610dff2e8d0b479ca84ccd3df1bab1b9dc259e75

Contents?: true

Size: 218 Bytes

Versions: 3

Compression:

Stored size: 218 Bytes

Contents

module.exports = function(){
  alert('Long live the Programs!');
};
var Program = require('modules/program');

module.exports = function(){
  alert('Long live the Users');
  Program();
};

var self = 'application.js';

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sprockets-commonjs-0.0.5 examples/example.js
sprockets-commonjs-0.0.4 examples/example.js
sprockets-commonjs-0.0.3 examples/example.js