mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
working towards usable new structure
This commit is contained in:
parent
3afc2fa66e
commit
815c63009f
15 changed files with 223 additions and 84 deletions
18
channel.js
Executable file
18
channel.js
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
console.log(requirejs);
|
||||
|
||||
|
||||
var ree = require('requirejs');
|
||||
|
||||
console.log(ree);
|
||||
|
||||
requirejs.config({
|
||||
baseUrl: 'app'
|
||||
});
|
||||
|
||||
var inspector = {};
|
||||
|
||||
requirejs(["Bootstrap/Channel"], function(ChannelBootstrap) {
|
||||
|
||||
var channelBootstrap = new ChannelBootstrap(process);
|
||||
inspector.channelBootstrap = channelBootstrap;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue