[gen] In the process of upgrading to ckeditor 4.1.
This commit is contained in:
parent
2a145ac890
commit
c87db8d167
318 changed files with 1 additions and 1833 deletions
|
@ -463,7 +463,7 @@ class Publisher:
|
|||
os.mkdir(genSrcFolder)
|
||||
for aFile in ('__init__.py',):
|
||||
shutil.copy('%s/%s' % (appyPath, aFile), genSrcFolder)
|
||||
for aFolder in ('gen', 'pod', 'shared', 'bin'):
|
||||
for aFolder in ('bin', 'gen', 'pod', 'px', 'shared'):
|
||||
shutil.copytree('%s/%s' % (appyPath, aFolder),
|
||||
'%s/%s' % (genSrcFolder, aFolder))
|
||||
# Remove some scripts from bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue