mirror of
https://github.com/lloeki/sprockets-umodule.git
synced 2025-12-06 02:24:41 +01:00
7 lines
152 B
Text
7 lines
152 B
Text
(function () {
|
|
define = require('module').define;
|
|
|
|
define('<%= module_name %>', function (exports, require, module) {
|
|
<%= source %>
|
|
});
|
|
})();
|