add simak to git repo
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
configure({
|
||||
configs: [
|
||||
'./prod.js'
|
||||
]
|
||||
});
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,10 @@
|
||||
configure({
|
||||
configs: [
|
||||
'./prod.js'
|
||||
],
|
||||
sources: [
|
||||
source('amd', 'ephox/tinymce', '', mapper.constant('../../../../../tinymce')),
|
||||
source('amd', 'ephox.mcagar', '../../lib/test', mapper.flat),
|
||||
source('amd', 'ephox', '../../lib/test', mapper.flat)
|
||||
]
|
||||
});
|
||||
@@ -0,0 +1,8 @@
|
||||
configure({
|
||||
configs: [
|
||||
'./prod.js'
|
||||
],
|
||||
sources: [
|
||||
source('amd', 'tinymce/inlite/Demo', '../../src/demo/js', mapper.hierarchical)
|
||||
]
|
||||
});
|
||||
@@ -0,0 +1,5 @@
|
||||
configure({
|
||||
sources: [
|
||||
source('amd', 'tinymce/inlite', '../../src/main/js', mapper.hierarchical)
|
||||
]
|
||||
});
|
||||
@@ -0,0 +1,21 @@
|
||||
var lib = 'lib';
|
||||
var run = lib + '/run';
|
||||
var depend = run + '/depend';
|
||||
var licenses = run + '/licenses';
|
||||
var demo = lib + '/demo';
|
||||
var test = lib + '/test';
|
||||
var config = lib + '/config';
|
||||
|
||||
var cleanDirs = [ lib ];
|
||||
|
||||
var dependencies = [
|
||||
{
|
||||
name: 'mcagar',
|
||||
repository: 'buildrepo2',
|
||||
source: 'mcagar.zip',
|
||||
targets: [
|
||||
{ name: 'module/*.js', path: test },
|
||||
{ name: 'depend/*.js', path: test }
|
||||
]
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user