UNPKG

coffee-toaster

Version:

Minimalist build system for CoffeeScript.

18 lines (11 loc) 218 B
(function() { app.App = (function() { function App() { console.log("App created!"); new genres.Progressive; new genres.TripHop; } return App; })(); new app.App; }).call(this);